Fixed incorrect version number of Haskell Platform.
svn path=/nixpkgs/trunk/; revision=34192
This commit is contained in:
parent
0542d35900
commit
6706ef1e99
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "haskell-platform";
|
pname = "haskell-platform";
|
||||||
version = "2011.4.0.0";
|
version = "2012.2.0.0";
|
||||||
cabalFile = ./haskell-platform-2012.2.0.0.cabal;
|
cabalFile = ./haskell-platform-2012.2.0.0.cabal;
|
||||||
setupFile = ./Setup.hs;
|
setupFile = ./Setup.hs;
|
||||||
src = null;
|
src = null;
|
||||||
|
|
Loading…
Reference in a new issue