Tested platform packages with ghc-7.2 and ghc-7.3.

svn path=/nixpkgs/trunk/; revision=28168
This commit is contained in:
Andres Löh
2011-08-05 14:02:57 +00:00
parent 043cba30a0
commit 55fa5b5d1d
2 changed files with 42 additions and 29 deletions

View File

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