Prebuild haskell-src-exts

This commit is contained in:
Michael Snoyman 2016-05-02 16:05:13 +03:00
parent 2805f81e90
commit 9d0d715894

View file

@ -71,6 +71,9 @@ install:
set -ex
case "$BUILD" in
stack)
# Avoid an out-of-memory condition
stack --no-terminal --install-ghc $ARGS build haskell-src-exts
stack --no-terminal --install-ghc $ARGS test --bench --only-dependencies
;;
cabal)