Difference between revisions of "Cabal/NewBuild"

From HaskellWiki
Jump to navigation Jump to search
(Created page with " 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 l...")
 
(Remove extraneous information)
Line 1: Line 1:
 
The latest official documentation for what was called "Cabal new build" 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].
 
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.
 

Revision as of 14:48, 6 February 2021

The latest official documentation for what was called "Cabal new build" can be found in the Cabal User Guide, in chapter 5. Nix-style Local Builds.