fix QuickCheck install w/o TH
This commit is contained in:
parent
2e1179df46
commit
f70b2a53e8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue