summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorAndreas Källberg <anka.213@gmail.com>2020-09-05 20:23:07 +0200
committerAndreas Källberg <anka.213@gmail.com>2020-09-05 20:23:07 +0200
commit7268253f5ae4b4883d28faa87b3e63295f04abfd (patch)
treefb95bb40e3f8dece1deb018857b948a645003993 /gf.cabal
parent1234c715fc6fe19d0c9fce794e4dfedf190b8d18 (diff)
MonadFail: Make backwards-compatible
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index a0fb968eb..014a2feea 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -82,6 +82,7 @@ Library
pretty,
mtl,
exceptions,
+ fail,
ghc-prim
hs-source-dirs: src/runtime/haskell