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 March 2011 18:00 UTC
- Date retrieved: 20 April 2021 10:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347
- Page Version ID: 24347
Citation styles for Upgrading packages/Updating to GHC 6.10
APA style
Upgrading packages/Updating to GHC 6.10. (2011, March 13). HaskellWiki, . Retrieved 10:59, April 20, 2021 from https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347.
MLA style
"Upgrading packages/Updating to GHC 6.10." HaskellWiki, . 13 Mar 2011, 18:00 UTC. 20 Apr 2021, 10:59 <https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347>.
MHRA style
HaskellWiki contributors, 'Upgrading packages/Updating to GHC 6.10', HaskellWiki, , 13 March 2011, 18:00 UTC, <https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347> [accessed 20 April 2021]
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=24347 (accessed April 20, 2021).
CBE/CSE style
HaskellWiki contributors. Upgrading packages/Updating to GHC 6.10 [Internet]. HaskellWiki, ; 2011 Mar 13, 18:00 UTC [cited 2021 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347.
Bluebook style
Upgrading packages/Updating to GHC 6.10, https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347 (last visited April 20, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Upgrading packages/Updating to GHC 6.10 --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347", note = "[Online; accessed 20-April-2021]" }
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 = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=24347}", note = "[Online; accessed 20-April-2021]" }