summaryrefslogtreecommitdiffstats
path: root/cgserver.nix
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-11-06 15:06:28 +0100
committertv <tv@shackspace.de>2014-11-06 15:06:28 +0100
commit781e26234dd1854c51895fa4fcc31f26f209c52f (patch)
tree10972bc1452b49d8b746f4d0e1b503b337b6f948 /cgserver.nix
parentbdc4373e93cce1f079cc08eb01689911c6dd6d59 (diff)
Log requests to stdout.
Diffstat (limited to 'cgserver.nix')
-rw-r--r--cgserver.nix5
1 files changed, 3 insertions, 2 deletions
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;