Skip to content
Snippets Groups Projects
Unverified Commit e430993a authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

Bump the version of lib:Cabal to 2.0.1.1.

parent 65cd82d2
No related branches found
No related merge requests found
name: Cabal
version: 2.0.1.0
version: 2.0.1.1
copyright: 2003-2017, Cabal Development Team (see AUTHORS file)
license: BSD3
license-file: LICENSE
......
VERSION=2.0.1.0
VERSION=2.0.1.1
#KIND=devel
KIND=rc
......
......@@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "Cabal";
version = "2.0.1.0";
version = "2.0.1.1";
src = ./.;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
......
......@@ -27,9 +27,9 @@ build_script:
- Setup install
# hackage-repo-tool doesn't build on Windows:
# https://github.com/well-typed/hackage-security/issues/175
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.0.1.0"
# - echo "" | ..\cabal install hackage-repo-tool --allow-newer=Cabal,time --constraint="Cabal == 2.0.1.1"
- cd ..\cabal-testsuite
- ghc --make -threaded -i Setup.hs -package Cabal-2.0.1.0
- ghc --make -threaded -i Setup.hs -package Cabal-2.0.1.1
- echo "" | ..\appveyor-retry ..\cabal install --only-dependencies --enable-tests --constraint="unbounded-delays < 0.1.0.10"
- Setup configure --user --ghc-option=-Werror --enable-tests
- Setup build
......
......@@ -233,7 +233,7 @@ NETWORK_VER="2.6.3.2"; NETWORK_VER_REGEXP="2\.[0-6]\."
# >= 2.0 && < 2.7
NETWORK_URI_VER="2.6.1.0"; NETWORK_URI_VER_REGEXP="2\.6\."
# >= 2.6 && < 2.7
CABAL_VER="2.0.1.0"; CABAL_VER_REGEXP="2\.0\.[0-9]"
CABAL_VER="2.0.1.1"; CABAL_VER_REGEXP="2\.0\.[0-9]"
# >= 2.0 && < 2.1
TRANS_VER="0.5.4.0"; TRANS_VER_REGEXP="0\.[45]\."
# >= 0.2.* && < 0.6
......
name: cabal-testsuite
version: 2.0.1.0
version: 2.0.1.1
copyright: 2003-2017, Cabal Development Team (see AUTHORS file)
license: BSD3
license-file: LICENSE
......
set -e
HACKAGE_REPO_TOOL_VERSION="0.1.1"
CABAL_VERSION="2.0.1.0"
CABAL_VERSION="2.0.1.1"
CABAL_INSTALL_VERSION="2.0.0.1"
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
......
......@@ -8,7 +8,7 @@ deploy() {
(cd cabal-website && git checkout --track -b gh-pages origin/gh-pages)
rm -rf cabal-website/doc
mkdir -p cabal-website/doc/html
mv dist-newstyle/build/Cabal-2.0.1.0/doc/html/Cabal \
mv dist-newstyle/build/Cabal-2.0.1.1/doc/html/Cabal \
cabal-website/doc/html/Cabal
(cd cabal-website && git add --all .)
(cd cabal-website && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment