haskell-packages.nix: cosmetic comment update

This commit is contained in:
Peter Simons 2012-11-11 22:05:22 +01:00
parent 5ecec6f399
commit 558a318ae8

View File

@ -116,7 +116,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
# GHC version, change the "preferences function" for that GHC version
# in haskell-defaults.nix.
# NOTE: 2012.2.0.0 is the current default.
# NOTE: 2012.4.0.0 is the current default.
haskellPlatformArgs_future = self : {
inherit (self) cabal ghc;