Cite This Page
Bibliographic details for Upgrading packages/Updating to GHC 6.10
- Page name: Upgrading packages/Updating to GHC 6.10
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 13 October 2008 07:38 UTC
- Date retrieved: 26 March 2023 09:08 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466
- Page Version ID: 23466
Citation styles for Upgrading packages/Updating to GHC 6.10
APA style
Upgrading packages/Updating to GHC 6.10. (2008, October 13). HaskellWiki, . Retrieved 09:08, March 26, 2023 from https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466.
MLA style
"Upgrading packages/Updating to GHC 6.10." HaskellWiki, . 13 Oct 2008, 07:38 UTC. 26 Mar 2023, 09:08 <https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466>.
MHRA style
HaskellWiki contributors, 'Upgrading packages/Updating to GHC 6.10', HaskellWiki, , 13 October 2008, 07:38 UTC, <https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466> [accessed 26 March 2023]
Chicago style
HaskellWiki contributors, "Upgrading packages/Updating to GHC 6.10," HaskellWiki, , https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466 (accessed March 26, 2023).
CBE/CSE style
HaskellWiki contributors. Upgrading packages/Updating to GHC 6.10 [Internet]. HaskellWiki, ; 2008 Oct 13, 07:38 UTC [cited 2023 Mar 26]. Available from: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466.
Bluebook style
Upgrading packages/Updating to GHC 6.10, https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Upgrading packages/Updating to GHC 6.10 --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466", note = "[Online; accessed 26-March-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/Updating to GHC 6.10 --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=23466}", note = "[Online; accessed 26-March-2023]" }