summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wai-handler-fastcgi/default.nix
blob: 7e457ac3014684e621199a203fc61c327e91a5de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, fcgi, wai, waiExtra }:

cabal.mkDerivation (self: {
  pname = "wai-handler-fastcgi";
  version = "3.0.0";
  sha256 = "1cvy95qmbrhc1yjcral7f8y2929xp623abc9xasz7j28m4wwmynh";
  buildDepends = [ wai waiExtra ];
  extraLibraries = [ fcgi ];
  meta = {
    homepage = "http://www.yesodweb.com/book/web-application-interface";
    description = "Wai handler to fastcgi";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})