summaryrefslogtreecommitdiff
path: root/erebos.cabal
diff options
context:
space:
mode:
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 a276519..b448914 100644
--- a/erebos.cabal
+++ b/erebos.cabal
@@ -17,7 +17,9 @@ cabal-version: >=1.10
executable erebos
main-is: Main.hs
- other-modules: Storage
+ other-modules: Identity,
+ Network,
+ Storage
default-extensions: FlexibleContexts,
FlexibleInstances,
@@ -35,6 +37,7 @@ executable erebos
filepath >=1.4 && <1.5,
mime >= 0.4 && < 0.5,
mtl >=2.2 && <2.3,
+ network >= 3.0 && <3.1,
skein >= 1.0 && <1.1,
tagged >= 0.8 && <0.9,
text >= 1.2 && <1.3,