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
@@ -2,9 +2,9 @@
cabal.mkDerivation (self : {
pname = "happy";
version = "1.18.2"; # Haskell Platform 2009.0.0
version = "1.18.4"; # Haskell Platform 2009.2.0.1
name = self.fname;
sha256 = "7515922f3cfd32cd844a0abfefe0b4871f403f0d869b8644bf9cbfc0b67996ae";
sha256 = "909bec4541a92d3765e74756f752514d2d03ec7a5d3e74c18268a57fe7ffa832";
extraBuildInputs = [perl];
propagatedBuildInputs = [mtl];
meta = {