haskell-network: add version 2.4.2.0
This commit is contained in:
20
pkgs/development/libraries/haskell/network/2.4.2.0.nix
Normal file
20
pkgs/development/libraries/haskell/network/2.4.2.0.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ cabal, HUnit, parsec, testFramework, testFrameworkHunit
|
||||
, testFrameworkQuickcheck2
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "network";
|
||||
version = "2.4.2.0";
|
||||
sha256 = "1v6iwww8xym0sr2593ri0aa6gcs6n2975fi9gaz9n7rizbqm88qs";
|
||||
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;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user