2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-10 09:46:45 +00:00
|
|
|
{ cabal, HUnit, parsec, testFramework, testFrameworkHunit
|
|
|
|
, testFrameworkQuickcheck2
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "network";
|
2014-05-03 09:52:06 +00:00
|
|
|
version = "2.5.0.0";
|
|
|
|
sha256 = "1x90fdzfigqq2vbjqg73p4vyy7p1z0apj79cpl7i9v9amxa6y5mj";
|
2013-10-10 09:46:45 +00:00
|
|
|
buildDepends = [ parsec ];
|
|
|
|
testDepends = [
|
|
|
|
HUnit testFramework testFrameworkHunit testFrameworkQuickcheck2
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "https://github.com/haskell/network";
|
|
|
|
description = "Low-level networking interface";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-24 11:10:57 +00:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2013-10-10 09:46:45 +00:00
|
|
|
};
|
|
|
|
})
|