aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-23 11:09:04 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-23 11:09:04 +0000
commit08a6ee538ced1afb059491c7fd25f233999f5ca4 (patch)
tree656c8b2051c9bf7f9ba8200dfab5b9db6f109139 /server/thermoprint-server.cabal
parent6648020d5ce7a41833da9f136affc569a601fcf3 (diff)
downloadthermoprint-08a6ee538ced1afb059491c7fd25f233999f5ca4.tar
thermoprint-08a6ee538ced1afb059491c7fd25f233999f5ca4.tar.gz
thermoprint-08a6ee538ced1afb059491c7fd25f233999f5ca4.tar.bz2
thermoprint-08a6ee538ced1afb059491c7fd25f233999f5ca4.tar.xz
thermoprint-08a6ee538ced1afb059491c7fd25f233999f5ca4.zip
Split out database defs & minor cleanup
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 0aa1870..45e57a6 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -18,6 +18,7 @@ cabal-version: >=1.10
18 18
19library 19library
20 exposed-modules: Thermoprint.Server 20 exposed-modules: Thermoprint.Server
21 , Thermoprint.Server.Database
21 -- other-modules: 22 -- other-modules:
22 -- other-extensions: 23 -- other-extensions:
23 build-depends: base >=4.8 && <5 24 build-depends: base >=4.8 && <5
@@ -35,6 +36,7 @@ library
35 , monad-logger >=0.3.13 && <1 36 , monad-logger >=0.3.13 && <1
36 , containers >=0.5.6 && <1 37 , containers >=0.5.6 && <1
37 , either >=4.4.1 && <5 38 , either >=4.4.1 && <5
39 , text >=1.2.1 && <2
38 hs-source-dirs: src 40 hs-source-dirs: src
39 default-language: Haskell2010 41 default-language: Haskell2010
40 42