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: 10 October 2024 11:31 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:31, October 10, 2024 from https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362.
MLA style
"Upgrading packages." HaskellWiki, . 19 Mar 2018, 20:19 UTC. 10 Oct 2024, 11:31 <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 10 October 2024]
Chicago style
HaskellWiki contributors, "Upgrading packages," HaskellWiki, , https://wiki.haskell.org/index.php?title=Upgrading_packages&oldid=62362 (accessed October 10, 2024).
CBE/CSE style
HaskellWiki contributors. Upgrading packages [Internet]. HaskellWiki, ; 2018 Mar 19, 20:19 UTC [cited 2024 Oct 10]. 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 October 10, 2024).
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 10-October-2024]" }
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 10-October-2024]" }