pkgs/top-level/haskell-packages.nix: updated comment about the current HP default version

svn path=/nixpkgs/trunk/; revision=31041
This commit is contained in:
Peter Simons 2011-12-22 12:22:52 +00:00
parent f0fccbb3f0
commit 30afcc3af3

View File

@ -130,7 +130,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
# We try to support several platform versions. For these, we set all
# versions explicitly.
# NOTE: 2011.2.0.1 is the current default.
# NOTE: 2011.4.0.0 is the current default.
haskellPlatformArgs_future = self : {
inherit (self) cabal ghc;