summaryrefslogtreecommitdiffstats
path: root/cgserver.nix
diff options
context:
space:
mode:
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;