1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 06:38:40 +03:00

Attempting to fix missing dependencies for normal cabal builds

This commit is contained in:
Sean Chalmers 2018-03-22 10:43:09 +10:00
parent 5696f78832
commit b8d31ac273

View File

@ -185,8 +185,8 @@ script:
PKGVER=$(cabal info . | awk '{print $2;exit}')
cabal sandbox init
cabal configure --enable-tests --ghc-options -O0
cabal install --only-dependencies
cabal configure --enable-tests --ghc-options -O0
cabal build
cd $ORIGDIR