From 005dc408dc09c3b479398ebe3e92efa2cd54846e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 02:26:25 +0200 Subject: Working prototype --- servant/servant.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'servant/servant.nix') 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 @@ , stdenv , base , thermoprint +, aeson, wai, servant-server, warp, optparse-applicative }: mkDerivation { pname = "thermoprint-servant"; version = "0.0.0"; src = ./.; - isLibrary = false; + isLibrary = true; isExecutable = true; executableHaskellDepends = [ - base thermoprint + base thermoprint aeson wai servant-server warp optparse-applicative ]; homepage = "git://git.yggdrasil.li/thermoprint"; description = "Server for interfacing to cheap thermoprinters"; -- cgit v1.2.3