Changelog for cabal-bounds-2.4.0
2.4.0
-----
* Support Cabal 3.12
* Tested with ghc 9.4.7
2.3.0
-----
* Support Cabal 3.0
* Tested with ghc 8.10.1
2.2.1
-----
* First consider the cabal new style directory 'dist-newstyle' and then the old one 'dist'
2.2.0
------------
* Support Cabal 2.4 and ghc 8.6
2.1.*
-----
Deprecated versions of cabal-bounds
2.0.0
-----
* Migrate from EitherT to ExceptT
1.6.0
-----
* Support Cabal 2.2
* Tested with GHC 8.4.2
* Added cabal-bounds command 'format', for just reformating the cabal file
1.5.0
-----
* Support Cabal 2.1
1.4.0
-----
* Don't ignore the 'base' library anymore
* Bug fix parsing of 'cabal new-build' plan file
1.3.0
-----
* Support 'cabal new-build'
* Add 'libs' subcommand for outputing the libs used by an 'update' run
* Bugfix for missing upper/lower bounds
1.1.0
-----
* By default 'update' now only widens the lower and upper bounds.
So it's easier to raise the upper bounds by just calling
'cabal install --allow-newer' and then 'cabal-bounds update'.
1.0.4
-----
* Raise upper bounds of dependencies
* Support GHC 8.0.1
1.0.2
-----
* Raise upper bounds of dependencies
1.0.1
-----
* Make tests less dependent on the cabal/ghc version
1.0.0
-----
* Automatically find the cabal and setup-config file
* Ignore the base library by default
* Add the only/ignore options to the 'dump' command
0.9.5
-----
* Support Haskell Platform 7.10.2
* Raise upper bounds of dependencies
0.9.4
-----
* Fix misbehaving argument handling of 'dump' command
0.9.3
-----
* Support GHC 7.10.1
0.9.2
-----
* fix bugs introduced with 0.9.1
0.9.1
-----
* Updates for Cabal 1.22.1
* Ensure that cabal files end with a newline
* Don't unnecessarly add '0' to lower bound versions
0.9
---
* Updates for Cabal 1.22
0.8.8, 0.8.9
------------
* Raise upper bounds of dependencies
0.8.7
-----
* Fixing build failure of tasty 0.8.1.3
0.8.6
-----
* Build/tested with GHC 7.8.3
* Simplified implementation
0.8.5
-----
* Raise upper bounds of dependencies
0.8.2-0.8.4
-----------
* Minor changes regarding tests
0.8.1
-----
* Automatically build the setup-config file for the tests
0.8
---
* Add command 'cabal-bounds dump'
* Add option 'fromfile' to command 'cabal-bounds update'
* Support Haskell Platform 2014.2.0.0
* Bugfix for increasing the upper bounds version number