haskell-network: add version 2.6.0.1

We cannot use this version anywhere because of https://github.com/haskell/HTTP/issues/75
This commit is contained in:
Peter Simons
2014-08-24 11:59:48 +02:00
parent 963c45ecf8
commit 9ca9a23abe
2 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, HUnit, testFramework, testFrameworkHunit }:
cabal.mkDerivation (self: {
pname = "network";
version = "2.6.0.1";
sha256 = "0qfffsdbvrf9gs8wr9ps7iv5h6drz4vb2ja9rprmc7ypswsacxsq";
testDepends = [ HUnit testFramework testFrameworkHunit ];
meta = {
homepage = "https://github.com/haskell/network";
description = "Low-level networking interface";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})