nixpkgs/pkgs/development/libraries/haskell/network/2.2.1.7.nix
Andres Löh 9370225663 Haskell Platform 2010.1.0.0
svn path=/nixpkgs/trunk/; revision=20904
2010-04-01 10:56:48 +00:00

13 lines
309 B
Nix

{cabal, parsec}:
cabal.mkDerivation (self : {
pname = "network";
version = "2.2.1.7"; # Haskell Platform 2010.1.0.0
sha256 = "0e65b28a60764245c1ab6661a3566f286feb36e0e6f0296d6cd2b84adcd45d58";
propagatedBuildInputs = [parsec];
meta = {
description = "Networking-related facilities";
};
})