fix QuickCheck install w/o TH

This commit is contained in:
Joey Hess 2014-05-22 15:23:50 -04:00
parent 2e1179df46
commit f70b2a53e8

View file

@ -51,6 +51,8 @@ patched () {
installgitannexdeps () {
pushd ../..
echo "cabal install QuickCheck -f-templateHaskell"
cabal install QuickCheck -f-templateHaskell
echo cabal install --only-dependencies "$@"
cabal install --only-dependencies "$@"
popd