diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index 4063c563c245bb0d5a4f18ceb4f975b2339bffc7..749b5b06fbe2f3cb21112953faf7537970eb3377 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -1,5 +1,5 @@ Name: cabal-install -Version: 1.20.0.2 +Version: 1.20.0.3 Synopsis: The command-line interface for Cabal and Hackage. Description: The \'cabal\' command-line program simplifies the process of managing diff --git a/cabal-install/changelog b/cabal-install/changelog index fd6f5c1bba2f1fbe733e1b286deaf8d1e57559d3..822666400aae693eef838ad104f79848669be9ab 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -1,5 +1,10 @@ -*-change-log-*- +1.20.0.3 Johan Tibell <johan.tibell@gmail.com> June 2014 + * Don't attempt to rename dist if it is already named correctly + * Treat all flags of a package as interdependent. + * Allow template-haskell to be upgradable again + 1.20.0.2 Johan Tibell <johan.tibell@gmail.com> May 2014 * Increase max-backjumps to 2000. * Fix solver bug which led to missed install plans.