Jenkins: build right version of Cabal library

This commit is contained in:
Michael Snoyman 2014-06-10 05:22:46 +03:00
parent b98f8f1f15
commit ec656a912c

View File

@ -3,7 +3,7 @@
cabal update
(cd patching/ && ./scripts/create-tarballs.sh)
cabal install
cabal install Cabal
cabal install Cabal-$(cabal --version | sed -n 's@using version \(.*\) of the Cabal library@\1@p')
./dist/build/stackage/stackage select --no-platform
./dist/build/stackage/stackage check
./dist/build/stackage/stackage build