Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
typedrat committed Jul 12, 2018
1 parent f0b462b commit 98afe74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cabal/doc/nix-local-build-overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ names are only temporary until Nix-style local builds become the default.
This is expected to happen soon. For those who do not wish to use the new
functionality, the classic project style will not be removed immediately,
but these legacy commands will require the usage of the ``v1-`` prefix as of
Cabal 3.0 and will be removed in a future release.
Cabal 3.0 and will be removed in a future release. For a future-proof
way to use these commands in a script or tutorial that anticipates the
possibility of another UI paradigm being devised in the future, there
are also ``v2-`` prefixed versions that will reference the same functionality
until such a point as it is completely removed from Cabal.

Nix-style local builds combine the best of non-sandboxed and sandboxed Cabal:

Expand Down
3 changes: 3 additions & 0 deletions cabal-install/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
-*-change-log-*-

2.4.0.0 (current development version)
* Add aliases for the "new-" commands that won't change when they
lose their prefix or are eventually replaced by a third UI
paradigm in the future. (#5429)
* Drop support for GHC 7.4, since it is out of our support window
(and has been for over a year!)
* 'new-update' now works outside of projects. (#5096)
Expand Down

0 comments on commit 98afe74

Please sign in to comment.