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
5f05e67b
Unverified
Commit
5f05e67b
authored
5 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
Changelog update. [ci skip]
parent
7650ce94
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/ChangeLog.md
+12
-3
12 additions, 3 deletions
Cabal/ChangeLog.md
with
12 additions
and
3 deletions
Cabal/ChangeLog.md
+
12
−
3
View file @
5f05e67b
# 3.1.0.0 (current development version)
# 3.1.0.0 (current development version)
# 3.0.0.0 TBD
*
TODO
*
TODO
----
# 3.0.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) August 2019
*
The 3.0 migration guide gives advice on adapting Custom setup
scripts to backwards-incompatible changes in this release:
https://github.com/haskell/cabal/wiki/3.0-migration-guide.
*
Due to
[
#5119
](
https://github.com/haskell/cabal/issues/5119
)
, the
`cabal check`
warning for bounds on internal libraries has been
disabled.
*
Introduce set notation for
`^>=`
and
`==`
operators
*
Introduce set notation for
`^>=`
and
`==`
operators
(
[
#5906
](
https://github.com/haskell/cabal/pull/5906
)
).
(
[
#5906
](
https://github.com/haskell/cabal/pull/5906
)
).
*
'check' reports warnings for various ghc-
\*
-options fields separately
*
'check' reports warnings for various ghc-
\*
-options fields separately
...
@@ -34,6 +42,8 @@
...
@@ -34,6 +42,8 @@
add default implementation in terms of
`coerce`
/
`unsafeCoerce`
.
add default implementation in terms of
`coerce`
/
`unsafeCoerce`
.
*
Implement support for response file arguments to defaultMain
*
and cabal-install.
*
Implement support for response file arguments to defaultMain
*
and cabal-install.
*
Uniformly provide 'Semigroup' instances for
`base < 4.9`
via
`semigroups`
package
*
Uniformly provide 'Semigroup' instances for
`base < 4.9`
via
`semigroups`
package
*
Implement
`{cmm,asm}-{sources,options} buildinfo fields for
separate compilation of C-- and ASM source files (#6033).
* Setting `
debug-info
` now implies `
library-stripping: False
` and
* Setting `
debug-info
` now implies `
library-stripping: False
` and
`
executable-stripping: False) (
[
#2702
](
https://github.com/haskell/cabal/issues/2702
)
)
`
executable-stripping: False) (
[
#2702
](
https://github.com/haskell/cabal/issues/2702
)
)
*
`Setup.hs copy`
and
`install`
now work in the presence of
*
`Setup.hs copy`
and
`install`
now work in the presence of
...
@@ -65,7 +75,6 @@
...
@@ -65,7 +75,6 @@
(
[
#5503
](
https://github.com/haskell/cabal/issues/5503
)
).
(
[
#5503
](
https://github.com/haskell/cabal/issues/5503
)
).
# 2.4.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) September 2018
# 2.4.0.0 [Mikhail Glushenkov](mailto:mikhail.glushenkov@gmail.com) September 2018
*
Due to
[
#5119
](
https://github.com/haskell/cabal/issues/5119
)
, the
*
Due to
[
#5119
](
https://github.com/haskell/cabal/issues/5119
)
, the
`cabal check`
warning for bounds on internal libraries has been
`cabal check`
warning for bounds on internal libraries has been
disabled.
disabled.
...
...
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