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: 11 August 2022 08:54 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 08:54, August 11, 2022 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. 11 Aug 2022, 08:54 <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 11 August 2022]
Chicago style
HaskellWiki contributors, "Abandoning a package," HaskellWiki, , https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226 (accessed August 11, 2022).
CBE/CSE style
HaskellWiki contributors. Abandoning a package [Internet]. HaskellWiki, ; 2016 Oct 23, 22:55 UTC [cited 2022 Aug 11]. 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 August 11, 2022).
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 11-August-2022]" }
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 11-August-2022]" }