nixpkgs/pkgs/development/libraries/haskell/network/2.3.0.5.nix
Andres Löh 55fa5b5d1d Tested platform packages with ghc-7.2 and ghc-7.3.
svn path=/nixpkgs/trunk/; revision=28168
2011-08-05 14:02:57 +00:00

13 lines
292 B
Nix

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