Updated Haskell Platform to 2009.1.1.

svn path=/nixpkgs/trunk/; revision=15445
This commit is contained in:
Andres Löh
2009-05-04 23:29:38 +00:00
parent 39ec9d91f4
commit b6626b7aac
3 changed files with 7 additions and 7 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "HTTP";
version = "4000.0.5"; # Haskell Platform 2009.0.0
sha256 = "54cbb211e73f183aa91780afd6cc7c830edef1b2eb5ce8dc05e5fa539bb685d8";
version = "4000.0.6"; # Haskell Platform 2009.1.1
sha256 = "75af1ac4dc21b10c8a1a54a33179ea822e591887bab7278360a3d6b38304d39b";
propagatedBuildInputs = [mtl network parsec];
meta = {
description = "a Haskell library for client-side HTTP";