parent
5b18bf0c09
commit
ada76a9636
@ -139,8 +139,11 @@ install:
|
||||
- if [ -f configure.ac ]; then autoreconf -i; fi
|
||||
- |
|
||||
set -ex
|
||||
stack --install-ghc $ARGS build cabal-install
|
||||
stack --install-ghc $ARGS solver --update-config
|
||||
if [ "$ARGS" = "--resolver nightly" ]
|
||||
then
|
||||
stack --install-ghc $ARGS build cabal-install
|
||||
stack --install-ghc $ARGS solver --update-config
|
||||
fi
|
||||
set +ex
|
||||
|
||||
script:
|
||||
|
||||
@ -24,7 +24,7 @@ library
|
||||
, yesod-persistent >= 1.4 && < 1.5
|
||||
, time >= 1.1.4
|
||||
, shakespeare >= 2.0
|
||||
, persistent >= 2.5
|
||||
, persistent
|
||||
, template-haskell
|
||||
, transformers >= 0.2.2
|
||||
, data-default
|
||||
|
||||
Loading…
Reference in New Issue
Block a user