Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Cabal
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
Cabal
Commits
6de22f72
Unverified
Commit
6de22f72
authored
6 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
Changelog update. [ci skip]
parent
8343e2ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cabal-install/changelog
+14
-8
14 additions, 8 deletions
cabal-install/changelog
with
14 additions
and
8 deletions
cabal-install/changelog
+
14
−
8
View file @
6de22f72
-*-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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment