summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2020-09-09 11:05:41 +0200
committerAndreas Källberg <anka.213@gmail.com>2020-09-09 11:05:41 +0200
commit9d8cd55cd5e492ed8996fe86cc1145989f1bf51b (patch)
tree53cb745eafd2598d98980d7a63a2686ac20c921e /gf.cabal
parent150b592aa9da46b9fa9d19f4b0e692c52f35ebee (diff)
Import orphan instances of MonadFail for ghc<8
Also upgrade alex/happy so automatic install works
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 014a2feea..0076e7638 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -83,6 +83,9 @@ Library
mtl,
exceptions,
fail,
+ -- For compatability with ghc < 8
+ -- We need transformers-compat >= 0.6.3, but that is only in newer snapshots where it is redundant.
+ transformers-compat,
ghc-prim
hs-source-dirs: src/runtime/haskell