2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal, network }:
|
2009-12-02 04:48:34 -08:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2009-12-02 04:48:34 -08:00
|
|
|
pname = "httpd-shed";
|
2014-05-23 07:00:12 -07:00
|
|
|
version = "0.4.0.2";
|
|
|
|
sha256 = "0w37ra59xhk6gqrxpk83m1wmm7mqygcg59y5nl00x279c77qzxj3";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-16 06:05:41 -08:00
|
|
|
buildDepends = [ network ];
|
2014-05-04 04:19:47 -07:00
|
|
|
jailbreak = true;
|
2009-12-02 04:48:34 -08:00
|
|
|
meta = {
|
|
|
|
description = "A simple web-server with an interact style API";
|
2011-08-09 16:00:20 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-10-14 06:48:16 -07:00
|
|
|
broken = true;
|
2009-12-02 04:48:34 -08:00
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|