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