From 781e26234dd1854c51895fa4fcc31f26f209c52f Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 6 Nov 2014 15:06:28 +0100 Subject: Log requests to stdout. --- cgserver.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cgserver.nix') diff --git a/cgserver.nix b/cgserver.nix index 840531c..bd8d12b 100644 --- a/cgserver.nix +++ b/cgserver.nix @@ -1,7 +1,7 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! { cabal, aeson, attoparsec, filepath, httpTypes, ioStreams, safe -, text, wai, warp +, text, wai, waiExtra, warp }: cabal.mkDerivation (self: { @@ -11,7 +11,8 @@ cabal.mkDerivation (self: { isLibrary = false; isExecutable = true; buildDepends = [ - aeson attoparsec filepath httpTypes ioStreams safe text wai warp + aeson attoparsec filepath httpTypes ioStreams safe text wai + waiExtra warp ]; meta = { license = self.stdenv.lib.licenses.bsd3; -- cgit v1.2.3