diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index 9489f20..6e6fd14 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -58,7 +58,10 @@ executable erebos TypeFamilies TypeFamilyDependencies - -- other-extensions: + other-extensions: ForeignFunctionInterface + RecursiveDo + UndecidableInstances + build-depends: aeson >=1.4 && <2.1, base >=4.13 && <4.17, binary >=0.8 && <0.11, |