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: 29 March 2023 16:01 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 16:01, March 29, 2023 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. 29 Mar 2023, 16:01 <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 29 March 2023]
Chicago style
HaskellWiki contributors, "Abandoning a package," HaskellWiki, , https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226 (accessed March 29, 2023).
CBE/CSE style
HaskellWiki contributors. Abandoning a package [Internet]. HaskellWiki, ; 2016 Oct 23, 22:55 UTC [cited 2023 Mar 29]. 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 March 29, 2023).
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 29-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 = "Abandoning a package --- HaskellWiki{,} ", year = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Abandoning_a_package&oldid=61226}", note = "[Online; accessed 29-March-2023]" }