aboutsummaryrefslogtreecommitdiff
path: root/server/thermoprint-server.cabal
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-14 21:43:23 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-14 21:43:23 +0000
commit0609858031013f9d95f8104739811d6413331e9b (patch)
treec47d097d2984a088d7793f2f25dcdd6cb592be7b /server/thermoprint-server.cabal
parentd4c2170b56b94497e37c94e5e3c9ee6f18a2ed43 (diff)
downloadthermoprint-0609858031013f9d95f8104739811d6413331e9b.tar
thermoprint-0609858031013f9d95f8104739811d6413331e9b.tar.gz
thermoprint-0609858031013f9d95f8104739811d6413331e9b.tar.bz2
thermoprint-0609858031013f9d95f8104739811d6413331e9b.tar.xz
thermoprint-0609858031013f9d95f8104739811d6413331e9b.zip
First work on driver for generic (cheap) printers
Diffstat (limited to 'server/thermoprint-server.cabal')
-rw-r--r--server/thermoprint-server.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal
index 5783f06..5e9c61f 100644
--- a/server/thermoprint-server.cabal
+++ b/server/thermoprint-server.cabal
@@ -23,6 +23,7 @@ library
23 , Thermoprint.Server.Queue 23 , Thermoprint.Server.Queue
24 , Thermoprint.Server.Printer 24 , Thermoprint.Server.Printer
25 , Thermoprint.Server.Printer.Debug 25 , Thermoprint.Server.Printer.Debug
26 , Thermoprint.Server.Printer.Generic
26 other-modules: Thermoprint.Server.Database.Instances 27 other-modules: Thermoprint.Server.Database.Instances
27 -- other-extensions: 28 -- other-extensions:
28 build-depends: base >=4.8 && <5 29 build-depends: base >=4.8 && <5
@@ -49,6 +50,9 @@ library
49 , warp >=3.1.9 && <4 50 , warp >=3.1.9 && <4
50 , mmorph >=1.0.4 && <2 51 , mmorph >=1.0.4 && <2
51 , extended-reals >=0.2.1 && <1 52 , extended-reals >=0.2.1 && <1
53 , filelock >=0.1.0 && <1
54 , bytestring >=0.10.6 && <1
55 , encoding >=0.8 && <1
52 hs-source-dirs: src 56 hs-source-dirs: src
53 default-language: Haskell2010 57 default-language: Haskell2010
54 58