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: 22 April 2021 16:34 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=16499
- Page Version ID: 16499
Citation styles for Upgrading packages/Updating to GHC 6.10
APA style
Upgrading packages/Updating to GHC 6.10. (2011, March 13). HaskellWiki, . Retrieved 16:34, April 22, 2021 from https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=16499.
MLA style
"Upgrading packages/Updating to GHC 6.10." HaskellWiki, . 13 Mar 2011, 18:00 UTC. 22 Apr 2021, 16:34 <https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=16499>.
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=16499> [accessed 22 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=16499 (accessed April 22, 2021).
CBE/CSE style
HaskellWiki contributors. Upgrading packages/Updating to GHC 6.10 [Internet]. HaskellWiki, ; 2011 Mar 13, 18:00 UTC [cited 2021 Apr 22]. Available from: https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=16499.
Bluebook style
Upgrading packages/Updating to GHC 6.10, https://wiki.haskell.org/index.php?title=Upgrading_packages/Updating_to_GHC_6.10&oldid=16499 (last visited April 22, 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=16499", note = "[Online; accessed 22-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=16499}", note = "[Online; accessed 22-April-2021]" }