All Versions
24
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v2.3.0 Changes

    • ๐Ÿ‘Œ Support Cabal 3.0
    • โœ… Tested with ghc 8.10.1
  • v2.2.1 Changes

    • ๐Ÿ’… First consider the cabal new style directory 'dist-newstyle' and then the old one 'dist'
  • v2.2.0 Changes

    • ๐Ÿ‘Œ Support Cabal 2.4 and ghc 8.6
  • v2.1 Changes

    ๐Ÿ—„ Deprecated versions of cabal-bounds

  • v2.0.0 Changes

    • Migrate from EitherT to ExceptT
  • v1.6.0 Changes

    • ๐Ÿ‘Œ Support Cabal 2.2
    • โœ… Tested with GHC 8.4.2
    • โž• Added cabal-bounds command 'format', for just reformating the cabal file
  • v1.5.0 Changes

    • ๐Ÿ‘Œ Support Cabal 2.1
  • v1.4.0 Changes

    • Don't ignore the 'base' library anymore
    • ๐Ÿ› Bug fix parsing of 'cabal new-build' plan file
  • v1.3.0 Changes

    • ๐Ÿ‘Œ Support 'cabal new-build'
    • โž• Add 'libs' subcommand for outputing the libs used by an 'update' run
    • ๐Ÿ›  Bugfix for missing upper/lower bounds
  • v1.1.0 Changes

    • โšก๏ธ 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'.