aboutsummaryrefslogtreecommitdiff
path: root/servant/servant.nix
diff options
context:
space:
mode:
Diffstat (limited to 'servant/servant.nix')
-rw-r--r--servant/servant.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/servant/servant.nix b/servant/servant.nix
index a84fc77..5ea8d59 100644
--- a/servant/servant.nix
+++ b/servant/servant.nix
@@ -2,7 +2,8 @@
2, stdenv 2, stdenv
3, base 3, base
4, thermoprint 4, thermoprint
5, aeson, wai, servant-server, warp, optparse-applicative 5, aeson, wai, servant-server, warp, optparse-applicative, persistent
6, persistent-template, persistent-sqlite, monad-logger
6}: 7}:
7 8
8mkDerivation { 9mkDerivation {
@@ -13,6 +14,7 @@ mkDerivation {
13 isExecutable = true; 14 isExecutable = true;
14 executableHaskellDepends = [ 15 executableHaskellDepends = [
15 base thermoprint aeson wai servant-server warp optparse-applicative 16 base thermoprint aeson wai servant-server warp optparse-applicative
17 persistent persistent-template persistent-sqlite monad-logger
16 ]; 18 ];
17 homepage = "git://git.yggdrasil.li/thermoprint"; 19 homepage = "git://git.yggdrasil.li/thermoprint";
18 description = "Server for interfacing to cheap thermoprinters"; 20 description = "Server for interfacing to cheap thermoprinters";