From 394d35d586fba3db55217e1e9f1e88e8bc8a0719 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Sun, 2 Jun 2019 20:29:35 +0200 Subject: Partial and memory-backed storage variants --- erebos.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'erebos.cabal') 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, -- cgit v1.2.3