aboutsummaryrefslogtreecommitdiff
path: root/client/thermoprint-client.nix
diff options
context:
space:
mode:
Diffstat (limited to 'client/thermoprint-client.nix')
-rw-r--r--client/thermoprint-client.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/client/thermoprint-client.nix b/client/thermoprint-client.nix
index 7f83630..0046a0f 100644
--- a/client/thermoprint-client.nix
+++ b/client/thermoprint-client.nix
@@ -1,14 +1,15 @@
1{ mkDerivation, base, containers, either, exceptions, http-client 1{ mkDerivation, base, containers, either, exceptions, http-client
2, mtl, servant, servant-client, servant-server, stdenv 2, mtl, natural-transformation, servant, servant-client
3, thermoprint-spec, time, transformers 3, servant-server, stdenv, thermoprint-spec, time, transformers
4}: 4}:
5mkDerivation { 5mkDerivation {
6 pname = "thermoprint-client"; 6 pname = "thermoprint-client";
7 version = "2.0.0"; 7 version = "2.0.0";
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
11 servant-client servant-server thermoprint-spec time transformers 11 natural-transformation servant servant-client servant-server
12 thermoprint-spec time transformers
12 ]; 13 ];
13 homepage = "http://dirty-haskell.org/tags/thermoprint.html"; 14 homepage = "http://dirty-haskell.org/tags/thermoprint.html";
14 description = "Client for thermoprint-spec"; 15 description = "Client for thermoprint-spec";