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
Haskell
Cabal
Commits
573a8162
Unverified
Commit
573a8162
authored
7 years ago
by
Mikhail Glushenkov
Browse files
Options
Downloads
Patches
Plain Diff
Changelog update. [ci skip]
(cherry picked from commit
ec319369
)
parent
32fea06a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Cabal/changelog
+6
-3
6 additions, 3 deletions
Cabal/changelog
with
6 additions
and
3 deletions
Cabal/changelog
+
6
−
3
View file @
573a8162
...
...
@@ -9,17 +9,20 @@
well as making new syntax extensions easier to implement.
* Support for common stanzas (#4751).
* Added elif-conditionals to .cabal syntax (#4750).
* The package license information can now be specified using the
SPDX syntax. This requires setting 'cabal-version' to 2.2+ (#2547,
#5050).
* Support for GHC's numeric -g debug levels (#4673).
* Compilation with section splitting is now supported via the
'--enable-split-sections' flag (#4819)
* Fields with mandatory commas (e.g. build-depends) may now have a
leading or a trailing comma (either one, not both) (#4953)
* Added `virtual-module` field, to allow modules that are not built
* Added `virtual-module
s
` field, to allow modules that are not built
but registered (#4875).
* Use better defaulting for `build-type`; rename `PackageDescription`'s
`buildType` field to `buildTypeRaw` and introduce new `buildType`
function (#4958)
* `D.T.PackageDescription.allBuildInfo` returns all build infos, not
* `D.T.PackageDescription.allBuildInfo`
now
returns all build infos, not
only for buildable components (#5087).
* Removed `UnknownBuildType` constructor from `BuildType` (#5003).
* Added `HexFloatLiterals` to `KnownExtension`.
...
...
@@ -32,7 +35,7 @@
separate compilation of C++ source files (#3700).
* Removed unused '--allow-newer'/'--allow-older' support from
'Setup configure' (#4527).
* Changed `FlagAssignment` to be an opaque `newtype`.
* Changed `FlagAssignment` to be an opaque `newtype`
(#4849)
.
* Changed `rawSystemStdInOut` to use proper type to represent
binary and textual data; new 'Distribution.Utils.IOData' module;
removed obsolete 'startsWithBOM', 'fileHasBOM', 'fromUTF8',
...
...
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