aboutsummaryrefslogtreecommitdiff
path: root/servant/servant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'servant/servant.nix')
-rw-r--r--servant/servant.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/servant/servant.nix b/servant/servant.nix
index 6c90a4f..a84fc77 100644
--- a/servant/servant.nix
+++ b/servant/servant.nix
@@ -2,16 +2,17 @@
2, stdenv 2, stdenv
3, base 3, base
4, thermoprint 4, thermoprint
5, aeson, wai, servant-server, warp, optparse-applicative
5}: 6}:
6 7
7mkDerivation { 8mkDerivation {
8 pname = "thermoprint-servant"; 9 pname = "thermoprint-servant";
9 version = "0.0.0"; 10 version = "0.0.0";
10 src = ./.; 11 src = ./.;
11 isLibrary = false; 12 isLibrary = true;
12 isExecutable = true; 13 isExecutable = true;
13 executableHaskellDepends = [ 14 executableHaskellDepends = [
14 base thermoprint 15 base thermoprint aeson wai servant-server warp optparse-applicative
15 ]; 16 ];
16 homepage = "git://git.yggdrasil.li/thermoprint"; 17 homepage = "git://git.yggdrasil.li/thermoprint";
17 description = "Server for interfacing to cheap thermoprinters"; 18 description = "Server for interfacing to cheap thermoprinters";