aboutsummaryrefslogtreecommitdiff
path: root/common/common.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.cabal')
-rw-r--r--common/common.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/common/common.cabal b/common/common.cabal
index e072acf..8b60743 100644
--- a/common/common.cabal
+++ b/common/common.cabal
@@ -10,6 +10,12 @@ cabal-version: >=1.10
library
ghc-options: -Wall -Werror
+ build-depends: aeson
+ , base >=4.9 && <4.11
+ , text
+ , time
+ hs-source-dirs: src
+ default-language: Haskell2010
exposed-modules: Common.Message
, Common.Message.Key
, Common.Model
@@ -33,9 +39,3 @@ library
, Common.Model.SignIn
, Common.Model.Init
, Common.Model.User
- build-depends: aeson
- , base >=4.9 && <4.11
- , text
- , time
- hs-source-dirs: src
- default-language: Haskell2010