diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erebos.cabal b/erebos.cabal index a51e61a..259f9b6 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -19,6 +19,7 @@ executable erebos ghc-options: -Wall main-is: Main.hs other-modules: Identity, + Channel, Network, PubKey, Storage, @@ -29,6 +30,7 @@ executable erebos FlexibleInstances, FunctionalDependencies, LambdaCase, + ScopedTypeVariables, TupleSections -- other-extensions: @@ -37,7 +39,6 @@ executable erebos bytestring >=0.10 && <0.11, cereal >= 0.5 && <0.6, containers >= 0.6 && <0.7, - crypto-api >= 0.13 && <0.14, cryptonite >=0.25 && <0.26, directory >= 1.3 && <1.4, filepath >=1.4 && <1.5, |