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 | |
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')
-rw-r--r-- | client/thermoprint-client.cabal | 4 | ||||
-rw-r--r-- | client/thermoprint-client.nix | 2 |
2 files changed, 3 insertions, 3 deletions
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 @@ | |||
2 | -- documentation, see http://haskell.org/cabal/users-guide/ | 2 | -- documentation, see http://haskell.org/cabal/users-guide/ |
3 | 3 | ||
4 | name: thermoprint-client | 4 | name: thermoprint-client |
5 | version: 1.0.0 | 5 | version: 1.0.1 |
6 | synopsis: Client for thermoprint-spec | 6 | synopsis: Client for thermoprint-spec |
7 | -- description: | 7 | -- description: |
8 | homepage: http://dirty-haskell.org/tags/thermoprint.html | 8 | homepage: http://dirty-haskell.org/tags/thermoprint.html |
@@ -21,7 +21,7 @@ library | |||
21 | -- other-modules: | 21 | -- other-modules: |
22 | -- other-extensions: | 22 | -- other-extensions: |
23 | build-depends: base >=4.8 && <5 | 23 | build-depends: base >=4.8 && <5 |
24 | , thermoprint-spec ==4.0.* | 24 | , thermoprint-spec ==5.0.* |
25 | , servant >=0.4.4 && <1 | 25 | , servant >=0.4.4 && <1 |
26 | , servant-client >=0.4.4 && <1 | 26 | , servant-client >=0.4.4 && <1 |
27 | , servant-server >=0.4.4 && <1 | 27 | , 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 @@ | |||
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 |