Cite This Page
Bibliographic details for Abandoning a package
- Page name: Abandoning a package
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 October 2016 22:55 UTC
- Date retrieved: 17 April 2021 11:46 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226
- Page Version ID: 61226
Citation styles for Abandoning a package
APA style
Abandoning a package. (2016, October 23). HaskellWiki, . Retrieved 11:46, April 17, 2021 from https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226.
MLA style
"Abandoning a package." HaskellWiki, . 23 Oct 2016, 22:55 UTC. 17 Apr 2021, 11:46 <https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226>.
MHRA style
HaskellWiki contributors, 'Abandoning a package', HaskellWiki, , 23 October 2016, 22:55 UTC, <https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226> [accessed 17 April 2021]
Chicago style
HaskellWiki contributors, "Abandoning a package," HaskellWiki, , https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226 (accessed April 17, 2021).
CBE/CSE style
HaskellWiki contributors. Abandoning a package [Internet]. HaskellWiki, ; 2016 Oct 23, 22:55 UTC [cited 2021 Apr 17]. Available from: https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226.
Bluebook style
Abandoning a package, https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226 (last visited April 17, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Abandoning a package --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226", note = "[Online; accessed 17-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 = "Abandoning a package --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226}", note = "[Online; accessed 17-April-2021]" }