aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-23 12:52:15 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-23 12:52:15 +0000
commitb508a6bd35d28260f307acf8ffde8b7acf843a09 (patch)
treef3f18a35cf66fa897d93c874a6fc05672239d7ab /server/thermoprint-server.cabal
parenta8e274ee830bb6f72609295803d8ee37a36ea481 (diff)
downloadthermoprint-b508a6bd35d28260f307acf8ffde8b7acf843a09.tar
thermoprint-b508a6bd35d28260f307acf8ffde8b7acf843a09.tar.gz
thermoprint-b508a6bd35d28260f307acf8ffde8b7acf843a09.tar.bz2
thermoprint-b508a6bd35d28260f307acf8ffde8b7acf843a09.tar.xz
thermoprint-b508a6bd35d28260f307acf8ffde8b7acf843a09.zip
Db layout, persistent-inst. & printer framework
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal6
1 files changed, 5 insertions, 1 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 45f24d3..bd22482 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -20,7 +20,8 @@ library
20 exposed-modules: Thermoprint.Server 20 exposed-modules: Thermoprint.Server
21 , Thermoprint.Server.Database 21 , Thermoprint.Server.Database
22 , Thermoprint.Server.API 22 , Thermoprint.Server.API
23 -- other-modules: 23 , Thermoprint.Server.Printer
24 other-modules: Thermoprint.Server.Database.Instances
24 -- other-extensions: 25 -- other-extensions:
25 build-depends: base >=4.8 && <5 26 build-depends: base >=4.8 && <5
26 , thermoprint-spec ==3.0.* 27 , thermoprint-spec ==3.0.*
@@ -38,6 +39,9 @@ library
38 , containers >=0.5.6 && <1 39 , containers >=0.5.6 && <1
39 , either >=4.4.1 && <5 40 , either >=4.4.1 && <5
40 , text >=1.2.1 && <2 41 , text >=1.2.1 && <2
42 , stm >=2.4.4 && <3
43 , aeson >=0.9.0 && <1
44 , bytestring >=0.10.6 && <1
41 hs-source-dirs: src 45 hs-source-dirs: src
42 default-language: Haskell2010 46 default-language: Haskell2010
43 47