Updated Haskell Platform.

svn path=/nixpkgs/trunk/; revision=16656
This commit is contained in:
Andres Löh
2009-08-10 19:18:03 +00:00
parent 80b0d89ff0
commit 2eadd35bdd
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "network";
version = "2.2.1.1"; # Haskell Platform 2009.2.0.1
sha256 = "2b1fb2a16ed740636871662f2e38dffd9b7c13c61e28d887a1c334da3867da9d";
version = "2.2.1.4"; # Haskell Platform 2009.2.0.2
sha256 = "16a842bee5db116f754b459ef261426b6705a6d79383c6d545c9df5f6329cd25";
propagatedBuildInputs = [parsec];
meta = {
description = "Networking-related facilities";