forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Snoyman
committed
Mar 6, 2019
1 parent
1907a08
commit 0746e04
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,16 +27,16 @@ | |
### 2.4.1.1 [Mikhail Glushenkov](mailto:[email protected]) December 2018 | ||
|
||
* Fix `--with-compiler` failing to locate compiler on Windows | ||
([#5753](https://github.com/haskell/cabal/pulls/5753)). | ||
([#5753](https://github.com/haskell/cabal/pull/5753)). | ||
* Cabal can once again be built with GHC 7.8 and 7.6 | ||
([#5730](https://github.com/haskell/cabal/pull/5730)). | ||
|
||
### 2.4.1.0 [Mikhail Glushenkov](mailto:[email protected]) November 2018 | ||
|
||
* Warnings in autogenerated files are now silenced | ||
([#5678](https://github.com/haskell/cabal/pulls/5678)). | ||
([#5678](https://github.com/haskell/cabal/pull/5678)). | ||
* Improved recompilation avoidance, especially when using GHC 8.6 | ||
([#5589](https://github.com/haskell/cabal/pulls/5589)). | ||
([#5589](https://github.com/haskell/cabal/pull/5589)). | ||
* Do not error on empty packagedbs in `getInstalledPackages` | ||
([#5516](https://github.com/haskell/cabal/issues/5516)). | ||
|
||
|