summaryrefslogtreecommitdiff
path: root/standalone/linux
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-22 15:23:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-22 15:23:50 -0400
commitc42d0428647d766a810a19772b923158140feacd (patch)
tree57f2c284f2f2909b500977bdfa1234a6b67e771c /standalone/linux
parent7550616ab32b276086e0efcdc5454d3346d7bf35 (diff)
fix QuickCheck install w/o TH
Diffstat (limited to 'standalone/linux')
-rwxr-xr-xstandalone/linux/install-haskell-packages2
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages
index 51d749186..d2860f3e3 100755
--- a/standalone/linux/install-haskell-packages
+++ b/standalone/linux/install-haskell-packages
@@ -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