Difference between revisions of "Cabal/NewBuild"
From HaskellWiki
< Cabal
Tomjaguarpaw (talk | contribs) (Remove extraneous information) |
m (Reverted edits by Tomjaguarpaw (talk) to last revision by Hvr) |
||
Line 1: | Line 1: | ||
− | The latest official documentation | + | |
+ | This page provides information about <code>cabal new-build</code>, the main entry point into Cabal's new Nix-style local builds facility. | ||
+ | |||
+ | == Official documentation == | ||
+ | |||
+ | The latest official documentation can be found in the Cabal User Guide, in chapter [http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html 5. Nix-style Local Builds]. | ||
+ | |||
+ | == Additional Resources == | ||
+ | |||
+ | * Haskell at Work's [https://haskell-at-work.com/episodes/2018-05-13-introduction-to-cabal.html "Introduction to Cabal" screencast] includes an introduction to basic use of some of the <code>new-*</code> commands. |
Latest revision as of 15:19, 6 February 2021
This page provides information about cabal new-build
, the main entry point into Cabal's new Nix-style local builds facility.
Official documentation
The latest official documentation can be found in the Cabal User Guide, in chapter 5. Nix-style Local Builds.
Additional Resources
- Haskell at Work's "Introduction to Cabal" screencast includes an introduction to basic use of some of the
new-*
commands.