diff options
Diffstat (limited to 'erebos.cabal')
-rw-r--r-- | erebos.cabal | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/erebos.cabal b/erebos.cabal index 97a95ec..cfa826f 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -94,29 +94,35 @@ library hs-source-dirs: src exposed-modules: Erebos.Attach - Erebos.Channel Erebos.Chatroom Erebos.Contact Erebos.Conversation + Erebos.DirectMessage Erebos.Discovery Erebos.Identity - Erebos.Message Erebos.Network + Erebos.Network.Channel Erebos.Network.Protocol + Erebos.Object Erebos.Pairing Erebos.PubKey Erebos.Service Erebos.Set Erebos.State + Erebos.Storable Erebos.Storage + Erebos.Storage.Backend + Erebos.Storage.Head Erebos.Storage.Key Erebos.Storage.Merge Erebos.Sync - -- Used by test tool: - Erebos.Storage.Internal other-modules: Erebos.Flow + Erebos.Object.Internal + Erebos.Storage.Disk + Erebos.Storage.Internal + Erebos.Storage.Memory Erebos.Storage.Platform Erebos.Util @@ -178,6 +184,7 @@ executable erebos main-is: Main.hs other-modules: Paths_erebos + Terminal Test Test.Service Version @@ -186,14 +193,15 @@ executable erebos Paths_erebos build-depends: + ansi-terminal ^>= { 1.1.2 }, bytestring, crypton, directory, erebos, - haskeline >=0.7 && <0.9, mtl, network, process >=1.6 && <1.7, + stm, template-haskell ^>= { 2.17, 2.18, 2.19, 2.20, 2.21, 2.22 }, text, time, |