mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
18 lines
633 B
Nix
18 lines
633 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cgi, fastcgi, happstackServer, mtl, utf8String }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "happstack-fastcgi";
|
|
version = "0.1.5";
|
|
sha256 = "0rvb041nx2f8azvfy1yysisjqrmsfbxnccn992v5q7zhlglcvj8h";
|
|
buildDepends = [ cgi fastcgi happstackServer mtl utf8String ];
|
|
meta = {
|
|
description = "Happstack extension for use with FastCGI";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
|
};
|
|
})
|