diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2019-11-09 21:24:57 +0100 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2019-11-09 21:24:57 +0100 |
commit | 2169f1030cded87e6ab38b4ae8293e7f147b5e96 (patch) | |
tree | b5de80318e48c2a59f657d17567e1f6085ae8714 /erebos.cabal | |
parent | 4521fc3c4a898f046b030985159c63c5379df46f (diff) |
Attach device service
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 8218d91..98310b4 100644 --- a/erebos.cabal +++ b/erebos.cabal @@ -18,7 +18,8 @@ cabal-version: >=1.10 executable erebos ghc-options: -Wall main-is: Main.hs - other-modules: Identity, + other-modules: Attach + Identity, Channel, Message, Message.Service |