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 --- client/thermoprint-client.cabal | 4 ++-- client/thermoprint-client.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/thermoprint-client.cabal b/client/thermoprint-client.cabal index 9c481e3..0920773 100644 --- a/client/thermoprint-client.cabal +++ b/client/thermoprint-client.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: thermoprint-client -version: 1.0.0 +version: 1.0.1 synopsis: Client for thermoprint-spec -- description: homepage: http://dirty-haskell.org/tags/thermoprint.html @@ -21,7 +21,7 @@ library -- other-modules: -- other-extensions: build-depends: base >=4.8 && <5 - , thermoprint-spec ==4.0.* + , thermoprint-spec ==5.0.* , servant >=0.4.4 && <1 , servant-client >=0.4.4 && <1 , servant-server >=0.4.4 && <1 diff --git a/client/thermoprint-client.nix b/client/thermoprint-client.nix index 8e608cf..8aadafb 100644 --- a/client/thermoprint-client.nix +++ b/client/thermoprint-client.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "thermoprint-client"; - version = "1.0.0"; + version = "1.0.1"; src = ./.; libraryHaskellDepends = [ base containers either exceptions http-client mtl servant -- cgit v1.2.3