Skip to content
Snippets Groups Projects
Unverified Commit 6de22f72 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Changelog update. [ci skip]

parent 8343e2ff
No related branches found
No related tags found
No related merge requests found
-*-change-log-*-
2.6.0.0 (current development version)
* new-clean no longer deletes dist-newstyle/src with `-s`. (#5699)
* Add message to alert user to potential package casing errors. (#5635)
* New solver flag: '--reject-unconstrained-dependencies'. (#2568)
* "cabal new-repl" now works for indefinite (in the Backpack sense) components.
* New v2-build flag: '--only-configure'. (#5578)
* Ported old-style test options to the new-style commands (#5455).
* Improved error messages for cabal file parse errors. (#5710)
2.4.0.1
2.4.1.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> November 2018
* Add message to alert user to potential package casing errors. (#5635)
* new-clean no longer deletes dist-newstyle/src with `-s`. (#5699)
* 'new-install' now warns when failing to symlink an exe (#5602)
* Extend 'cabal init' support for 'cabal-version' selection (#5567)
* 'new-sdist' now generates tarballs with file modification
times from a date in 2001. Using the Unix epoch caused
problems on Windows. (#5596)
......@@ -28,10 +28,13 @@
* Warn when new-installing zero exes (#5666)
* Add 'pkg-cabal-sha256' field to plan.json (#5695)
* New v2-build flag: '--only-configure'. (#5578)
* Fixed when new-installing with remote source dependencies (#5643)
* Fixed a 'new-install' failure that manifested when it
encountered remote source dependencies in a project. (#5643)
* New 'v2-[build,configure' flag: '--write-ghc-environment-files'
to control the generation of .ghc.environment files. (#5711)
2.4.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> September 2018
* Bugfix: "cabal new-build --ghc-option '--bogus' --ghc-option '-O1'"
* Bugfix: "cabal new-build --ghc-option '--bogus' --ghc-option '-O1'"
no longer ignores all arguments except the last one (#5512).
* Add the following option aliases for '-dir'-suffixed options:
'storedir', 'logsdir', 'packagedir', 'sourcedir', 'outputdir' (#5484).
......@@ -80,6 +83,9 @@
* Default changelog generated by 'cabal init' is now named
'CHANGELOG.md' (#5441).
* Align output of 'new-build' command phases (#4040).
* Add suport for specifying remote VCS dependencies via new
'source-repository-package' stanzas in 'cabal.project' files
(#5351).
2.2.0.0 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> March 2018
* '--with-PROG' and '--PROG-options' are applied to all packages
......@@ -147,7 +153,7 @@
* Paths_ autogen modules now compile when `RebindableSyntax` or
`OverloadedStrings` is used in `default-extensions`.
[stack#3789](https://github.com/commercialhaskell/stack/issues/3789)
* `getDataDir` and other `Paths_autogen` functions now work correctly
* getDataDir` and other `Paths_autogen` functions now work correctly
when compiling a custom `Setup.hs` script using `new-build` (#5164).
2.0.0.1 Mikhail Glushenkov <mikhail.glushenkov@gmail.com> December 2017
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment