summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2019-06-02 20:29:35 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2019-06-04 21:35:37 +0200
commit394d35d586fba3db55217e1e9f1e88e8bc8a0719 (patch)
tree9af6c1a33c53f9d0906ce6dd8b365682d307b37a /erebos.cabal
parent61595dec8bfd7d74e7cd2f3500eec86c08eff436 (diff)
Partial and memory-backed storage variants
Diffstat (limited to 'erebos.cabal')
-rw-r--r--erebos.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal
index 0eedaa4..cf50a74 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -32,8 +32,10 @@ executable erebos
FunctionalDependencies,
LambdaCase,
MultiWayIf,
+ RankNTypes,
ScopedTypeVariables,
- TupleSections
+ TupleSections,
+ TypeFamilies
-- other-extensions:
build-depends: aeson >=1.4 && <1.5,
@@ -42,6 +44,7 @@ executable erebos
cereal >= 0.5 && <0.6,
containers >= 0.6 && <0.7,
cryptonite >=0.25 && <0.26,
+ deepseq >= 1.4 && <1.5,
directory >= 1.3 && <1.4,
filepath >=1.4 && <1.5,
haskeline >=0.7 && <0.8,