2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, httpdShed, HUnit, mtl, network, parsec, split
|
|
|
|
, testFramework, testFrameworkHunit
|
|
|
|
}:
|
2011-12-26 15:35:30 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "HTTP";
|
|
|
|
version = "4000.2.2";
|
|
|
|
sha256 = "0qrr9wdj25sdfxifppmw0w14g8skpgf42ic4iqcqylxxzfa8v7vh";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ mtl network parsec ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
|
|
|
httpdShed HUnit network split testFramework testFrameworkHunit
|
|
|
|
];
|
2013-02-24 21:41:52 +00:00
|
|
|
doCheck = false;
|
2011-12-26 15:35:30 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/haskell/HTTP";
|
|
|
|
description = "A library for client-side HTTP";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-08 21:02:26 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2011-12-26 15:35:30 +00:00
|
|
|
};
|
|
|
|
})
|