forked from mirrors/nixpkgs
Fixed incorrect version number of Haskell Platform.
svn path=/nixpkgs/trunk/; revision=34192
This commit is contained in:
parent
0542d35900
commit
6706ef1e99
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue