New Haskell Platform release.

svn path=/nixpkgs/trunk/; revision=15837
This commit is contained in:
Andres Löh
2009-06-03 08:44:41 +00:00
parent e9eea90443
commit 107d41f96c
5 changed files with 12 additions and 12 deletions

View File

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