From 0609858031013f9d95f8104739811d6413331e9b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 14 Feb 2016 21:43:23 +0000 Subject: First work on driver for generic (cheap) printers --- server/thermoprint-server.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/thermoprint-server.cabal') 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 , Thermoprint.Server.Queue , Thermoprint.Server.Printer , Thermoprint.Server.Printer.Debug + , Thermoprint.Server.Printer.Generic other-modules: Thermoprint.Server.Database.Instances -- other-extensions: build-depends: base >=4.8 && <5 @@ -49,6 +50,9 @@ library , warp >=3.1.9 && <4 , mmorph >=1.0.4 && <2 , extended-reals >=0.2.1 && <1 + , filelock >=0.1.0 && <1 + , bytestring >=0.10.6 && <1 + , encoding >=0.8 && <1 hs-source-dirs: src default-language: Haskell2010 -- cgit v1.2.3