Cite This Page
Bibliographic details for Creating Debian packages from Cabal package
- Page name: Creating Debian packages from Cabal package
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 October 2020 12:31 UTC
- Date retrieved: 24 January 2021 03:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457
- Page Version ID: 63457
Citation styles for Creating Debian packages from Cabal package
APA style
Creating Debian packages from Cabal package. (2020, October 2). HaskellWiki, . Retrieved 03:22, January 24, 2021 from https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457.
MLA style
"Creating Debian packages from Cabal package." HaskellWiki, . 2 Oct 2020, 12:31 UTC. 24 Jan 2021, 03:22 <https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457>.
MHRA style
HaskellWiki contributors, 'Creating Debian packages from Cabal package', HaskellWiki, , 2 October 2020, 12:31 UTC, <https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457> [accessed 24 January 2021]
Chicago style
HaskellWiki contributors, "Creating Debian packages from Cabal package," HaskellWiki, , https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457 (accessed January 24, 2021).
CBE/CSE style
HaskellWiki contributors. Creating Debian packages from Cabal package [Internet]. HaskellWiki, ; 2020 Oct 2, 12:31 UTC [cited 2021 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457.
Bluebook style
Creating Debian packages from Cabal package, https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457 (last visited January 24, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Creating Debian packages from Cabal package --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457", note = "[Online; accessed 24-January-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 = "Creating Debian packages from Cabal package --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Creating_Debian_packages_from_Cabal_package&oldid=63457}", note = "[Online; accessed 24-January-2021]" }