diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2022-08-13 18:05:34 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2022-08-13 18:05:34 +0200 |
commit | a03ddf116287609057f8372a019ca3d254e14207 (patch) | |
tree | 399a7ad2f249cafe553919a6c10e3af885c4bd18 | |
parent | d6a08908bcc392a3215b8e914841d86bce2d6afa (diff) |
Declare other used language extensions in cabal file
-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, |