Author: andres
Date: Mon May 21 06:17:27 2012
New Revision: 34192
URL: https://nixos.org/websvn/nix/?rev=34192&sc=1

Log:
Fixed incorrect version number of Haskell Platform.

Modified:
   
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-platform/2012.2.0.0.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-platform/2012.2.0.0.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-platform/2012.2.0.0.nix
    Sun May 20 21:04:52 2012        (r34191)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-platform/2012.2.0.0.nix
    Mon May 21 06:17:27 2012        (r34192)
@@ -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;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to