Cite This Page
Bibliographic details for Upgrading packages
- Page name: Upgrading packages
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 19 March 2018 20:19 UTC
- Date retrieved: 12 February 2025 11:06 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362
- Page Version ID: 62362
Citation styles for Upgrading packages
APA style
Upgrading packages. (2018, March 19). HaskellWiki. Retrieved 11:06, February 12, 2025 from https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362.
MLA style
"Upgrading packages." HaskellWiki. 19 Mar 2018, 20:19 UTC. 12 Feb 2025, 11:06 <https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362>.
MHRA style
HaskellWiki contributors, 'Upgrading packages', HaskellWiki, 19 March 2018, 20:19 UTC, <https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Upgrading packages," HaskellWiki, https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Upgrading packages [Internet]. HaskellWiki; 2018 Mar 19, 20:19 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362.
Bluebook style
Upgrading packages, https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Upgrading packages --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362", note = "[Online; accessed 12-February-2025]" }
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=62362}", note = "[Online; accessed 12-February-2025]" }