From 64b6ead0d1e157701f8569743eda496bc71b8351 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Jan 2017 16:09:05 +0100 Subject: Add support for ESC/POS text decoration --- server/thermoprint-server.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/thermoprint-server.cabal') diff --git a/server/thermoprint-server.cabal b/server/thermoprint-server.cabal index 259abf3..c80351b 100644 --- a/server/thermoprint-server.cabal +++ b/server/thermoprint-server.cabal @@ -50,7 +50,7 @@ library , servant-server >=0.4.4 && <1 , stm >=2.4.4 && <3 , text >=1.2.1 && <2 - , thermoprint-spec ==4.0.* + , thermoprint-spec ==5.0.* , time >=1.5.0 && <2 , wai >=3.0.4 && <4 , warp >=3.1.9 && <4 @@ -94,6 +94,7 @@ Test-Suite tests , containers >=0.5.6 && <1 , async >=2.1.0 && <3 , http-types >=0.9.1 && <1 + , bytestring >=0.10.6 && <1 executable thermoprint-server main-is: Main.hs -- cgit v1.2.3