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

{ cabal, cgi, fcgi }:

cabal.mkDerivation (self: {
  pname = "fastcgi";
  version = "3001.0.2.4";
  sha256 = "0lp17w098043xczwkah7h1x47wzrym7vv5adgla0aq9iybqay7xr";
  buildDepends = [ cgi ];
  extraLibraries = [ fcgi ];
  meta = {
    description = "A Haskell library for writing FastCGI programs";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    hydraPlatforms = self.stdenv.lib.platforms.none;
    maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
  };
})