summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2022-10-04 16:59:53 +0200
committerGitHub <noreply@github.com>2022-10-04 16:59:53 +0200
commit3122590e351f769ca6e60dfd4eeaafba1c5c22e8 (patch)
treeffa268d361530d907133f6aa8271f75b4b9cab19 /gf.cabal
parent223f92d4f67bc4a168409b20e019b0ec6ad4b904 (diff)
parent0a16b76875fa8d99c81a4e840083faff771b3cda (diff)
Merge pull request #148 from anka-213/fix-ghc-7.10-build
Fix ghc-7.10 build
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index da54010d1..022cc1e21 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -85,6 +85,8 @@ library
if impl(ghc<8.0)
build-depends:
+ -- We need this in order for ghc-7.10 to build
+ transformers-compat >= 0.6.3 && < 0.7,
fail >= 4.9.0 && < 4.10
hs-source-dirs: src/runtime/haskell