mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 14:43:53 +03:00
Attempting to fix missing dependencies for normal cabal builds
This commit is contained in:
parent
5696f78832
commit
b8d31ac273
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user