Cite This Page
Bibliographic details for Cabal/How to install a Cabal package remotely
- Page name: Cabal/How to install a Cabal package remotely
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 April 2021 04:39 UTC
- Date retrieved: 5 December 2023 02:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319
- Page Version ID: 64319
Citation styles for Cabal/How to install a Cabal package remotely
APA style
Cabal/How to install a Cabal package remotely. (2021, April 24). HaskellWiki, . Retrieved 02:59, December 5, 2023 from https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319.
MLA style
"Cabal/How to install a Cabal package remotely." HaskellWiki, . 24 Apr 2021, 04:39 UTC. 5 Dec 2023, 02:59 <https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319>.
MHRA style
HaskellWiki contributors, 'Cabal/How to install a Cabal package remotely', HaskellWiki, , 24 April 2021, 04:39 UTC, <https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319> [accessed 5 December 2023]
Chicago style
HaskellWiki contributors, "Cabal/How to install a Cabal package remotely," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319 (accessed December 5, 2023).
CBE/CSE style
HaskellWiki contributors. Cabal/How to install a Cabal package remotely [Internet]. HaskellWiki, ; 2021 Apr 24, 04:39 UTC [cited 2023 Dec 5]. Available from: https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319.
Bluebook style
Cabal/How to install a Cabal package remotely, https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319 (last visited December 5, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cabal/How to install a Cabal package remotely --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319", note = "[Online; accessed 5-December-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 = "Cabal/How to install a Cabal package remotely --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Cabal/How_to_install_a_Cabal_package_remotely&oldid=64319}", note = "[Online; accessed 5-December-2023]" }