summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2020-10-02 19:55:24 +0200
committerkrangelov <kr.angelov@gmail.com>2020-10-02 19:55:24 +0200
commitf3a8658cc1ed5b2721ee9d3f670f6b9a49f0f049 (patch)
tree8a311ec3c3a454088fa3c74b4464f974fe5aee21 /gf.cabal
parentbfb94d1e48fded159bbf63a992564cb24e987772 (diff)
parentf56fbcf86e472262d07c6bd713f6955cfbcfee8a (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index b6d6c7111..0076e7638 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -82,6 +82,10 @@ Library
pretty,
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
@@ -98,8 +102,6 @@ Library
--if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS
ghc-prof-options: -fprof-auto
- if impl(ghc>=8.6)
- Default-extensions: NoMonadFailDesugaring
exposed-modules:
PGF