3
0
Fork 0
forked from mirrors/nixpkgs

Fixed incorrect version number of Haskell Platform.

svn path=/nixpkgs/trunk/; revision=34192
This commit is contained in:
Andres Löh 2012-05-21 06:17:27 +00:00
parent 0542d35900
commit 6706ef1e99

View file

@ -10,7 +10,7 @@
cabal.mkDerivation (self : {
pname = "haskell-platform";
version = "2011.4.0.0";
version = "2012.2.0.0";
cabalFile = ./haskell-platform-2012.2.0.0.cabal;
setupFile = ./Setup.hs;
src = null;