diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-23 16:11:37 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2017-01-23 16:11:37 +0100 |
commit | 99fc4947543c1916e9fec952526a688eb7753490 (patch) | |
tree | 9361649ae4639a00cff06ad654cb42e3e07bc637 /client/thermoprint-client.nix | |
parent | 59a7e3d173c23096fe3122505b1b759f26e3292a (diff) | |
parent | 64b6ead0d1e157701f8569743eda496bc71b8351 (diff) | |
download | thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.gz thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.bz2 thermoprint-99fc4947543c1916e9fec952526a688eb7753490.tar.xz thermoprint-99fc4947543c1916e9fec952526a688eb7753490.zip |
Merge branch 'feat-markup'
Diffstat (limited to 'client/thermoprint-client.nix')
-rw-r--r-- | client/thermoprint-client.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
4 | }: | 4 | }: |
5 | mkDerivation { | 5 | mkDerivation { |
6 | pname = "thermoprint-client"; | 6 | pname = "thermoprint-client"; |
7 | version = "1.0.0"; | 7 | version = "1.0.1"; |
8 | src = ./.; | 8 | src = ./.; |
9 | libraryHaskellDepends = [ | 9 | libraryHaskellDepends = [ |
10 | base containers either exceptions http-client mtl servant | 10 | base containers either exceptions http-client mtl servant |