Cite This Page
Bibliographic details for Upgrading packages
- Page name: Upgrading packages
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 19 March 2018 16:24 UTC
- Date retrieved: 1 February 2023 16:18 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360
- Page Version ID: 62360
Citation styles for Upgrading packages
APA style
Upgrading packages. (2018, March 19). HaskellWiki, . Retrieved 16:18, February 1, 2023 from https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360.
MLA style
"Upgrading packages." HaskellWiki, . 19 Mar 2018, 16:24 UTC. 1 Feb 2023, 16:18 <https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360>.
MHRA style
HaskellWiki contributors, 'Upgrading packages', HaskellWiki, , 19 March 2018, 16:24 UTC, <https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360> [accessed 1 February 2023]
Chicago style
HaskellWiki contributors, "Upgrading packages," HaskellWiki, , https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360 (accessed February 1, 2023).
CBE/CSE style
HaskellWiki contributors. Upgrading packages [Internet]. HaskellWiki, ; 2018 Mar 19, 16:24 UTC [cited 2023 Feb 1]. Available from: https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360.
Bluebook style
Upgrading packages, https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360 (last visited February 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Upgrading packages --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360", note = "[Online; accessed 1-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Upgrading packages --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62360}", note = "[Online; accessed 1-February-2023]" }