aboutsummaryrefslogtreecommitdiff
path: root/client/thermoprint-client.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-18 12:32:59 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-18 12:32:59 +0200
commit947fdb54351071745b6f35f668e39a2b1207918e (patch)
tree3df408e12ee3f09bea062717b65761f1879b2602 /client/thermoprint-client.nix
parent9e17810329dbfa0adc0ee3042556fbd13f810d5c (diff)
downloadthermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.gz
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.bz2
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.tar.xz
thermoprint-947fdb54351071745b6f35f668e39a2b1207918e.zip
update .nix files
Diffstat (limited to 'client/thermoprint-client.nix')
-rw-r--r--client/thermoprint-client.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/client/thermoprint-client.nix b/client/thermoprint-client.nix
index 6471b06..8e608cf 100644
--- a/client/thermoprint-client.nix
+++ b/client/thermoprint-client.nix
@@ -1,14 +1,14 @@
1{ mkDerivation, base, containers, either, exceptions, servant 1{ mkDerivation, base, containers, either, exceptions, http-client
2, servant-client, servant-server, stdenv, thermoprint-spec, time 2, mtl, servant, servant-client, servant-server, stdenv
3, transformers 3, thermoprint-spec, time, transformers
4}: 4}:
5mkDerivation { 5mkDerivation {
6 pname = "thermoprint-client"; 6 pname = "thermoprint-client";
7 version = "0.0.0"; 7 version = "1.0.0";
8 src = ./.; 8 src = ./.;
9 libraryHaskellDepends = [ 9 libraryHaskellDepends = [
10 base containers either exceptions servant servant-client 10 base containers either exceptions http-client mtl servant
11 servant-server thermoprint-spec time transformers 11 servant-client servant-server thermoprint-spec time transformers
12 ]; 12 ];
13 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 13 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
14 description = "Client for thermoprint-spec"; 14 description = "Client for thermoprint-spec";