aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-23 11:26:50 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-23 11:26:50 +0000
commitd776f630c6bf60a14e496694bcb502e93f215a41 (patch)
tree9d66a31dae0ab13c72a9759fea240598bc70e75c /server/thermoprint-server.cabal
parent08a6ee538ced1afb059491c7fd25f233999f5ca4 (diff)
downloadthermoprint-d776f630c6bf60a14e496694bcb502e93f215a41.tar
thermoprint-d776f630c6bf60a14e496694bcb502e93f215a41.tar.gz
thermoprint-d776f630c6bf60a14e496694bcb502e93f215a41.tar.bz2
thermoprint-d776f630c6bf60a14e496694bcb502e93f215a41.tar.xz
thermoprint-d776f630c6bf60a14e496694bcb502e93f215a41.zip
Split out Thermoprint.Server.API
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 45e57a6..45f24d3 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -19,6 +19,7 @@ cabal-version: >=1.10
19library 19library
20 exposed-modules: Thermoprint.Server 20 exposed-modules: Thermoprint.Server
21 , Thermoprint.Server.Database 21 , Thermoprint.Server.Database
22 , Thermoprint.Server.API
22 -- other-modules: 23 -- other-modules:
23 -- other-extensions: 24 -- other-extensions:
24 build-depends: base >=4.8 && <5 25 build-depends: base >=4.8 && <5