diff --git a/cabal-install/bootstrap.sh b/cabal-install/bootstrap.sh index 18fc06d8bfecbfdef8e8fab78343dd3dc1b534bf..8c0567000225122f17afcccd0702fc0015a82afe 100755 --- a/cabal-install/bootstrap.sh +++ b/cabal-install/bootstrap.sh @@ -190,7 +190,7 @@ NETWORK_VER="2.6.2.1"; NETWORK_VER_REGEXP="2\.[0-6]\." # >= 2.0 && < 2.7 NETWORK_URI_VER="2.6.0.3"; NETWORK_URI_VER_REGEXP="2\.6\." # >= 2.6 && < 2.7 -CABAL_VER="1.22.6.0"; CABAL_VER_REGEXP="1\.22" +CABAL_VER="1.22.7.0"; CABAL_VER_REGEXP="1\.22" # >= 1.22 && < 1.23 TRANS_VER="0.5.1.0"; TRANS_VER_REGEXP="0\.[45]\." # >= 0.2.* && < 0.6 diff --git a/cabal-install/cabal-install.cabal b/cabal-install/cabal-install.cabal index dfd5aa80b1d19c2fb08ab23a429b59c17ea4c457..dae315afee60ae9f56661026e5f05b19d6d3e94e 100644 --- a/cabal-install/cabal-install.cabal +++ b/cabal-install/cabal-install.cabal @@ -1,5 +1,5 @@ Name: cabal-install -Version: 1.22.7.0 +Version: 1.22.8.0 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 c11d7be77738ca8c1ecde7921ff7f7d6c2132f08..e3df98df20177c7807174e3f29b4efbb0301f9da 100644 --- a/cabal-install/changelog +++ b/cabal-install/changelog @@ -1,4 +1,9 @@ -*-change-log-*- +1.22.8.0 Ryan Thomas <ryan@ryant.org> February 2016 + * Only Custom setup scripts should be compiled with '-i -i.'. + * installedCabalVersion: Don't special-case Cabal anymore. + * Bump the HTTP upper bound. See #3069. + 1.22.7.0 * Remove GZipUtils tests * maybeDecompress: bail on all errors at the beginning of the stream with zlib < 0.6