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

Whitespace.

parent 2a3175f8
No related branches found
No related tags found
No related merge requests found
# 2.4.0.0 (current development version)
* `Distribution.Simple.Haddock` now checks to ensure that it
does not erroneously call Haddock with no target modules.
([#5232](https://github.com/haskell/cabal/issues/5232),
* `Distribution.Simple.Haddock` now checks to ensure that it
does not erroneously call Haddock with no target modules.
([#5232](https://github.com/haskell/cabal/issues/5232),
[#5459](https://github.com/haskell/cabal/issues/5459)).
* Add more Lens combinators (`to`, `traversed`, `filtered`,
* Add more Lens combinators (`to`, `traversed`, `filtered`,
`non`) and an optic to access the modules in a component
of a `PackageDescription` by the `ComponentName`.
* Add `readGhcEnvironmentFile` to parse GHC environment files.
* Drop support for GHC 7.4, since it is out of our support window
(and has been for over a year!)
* Deprecate `preSDist`, `sDistHook`, and `postSDist` in service of
* Deprecate `preSDist`, `sDistHook`, and `postSDist` in service of
`new-sdist`, since they violate key invariants of the new-build
ecosystem. Use `autogen-modules` and `build-tool-depends` instead.
([#5389](https://github.com/haskell/cabal/pull/5389)).
......
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