From 558a318ae87364e9c4b2208c48db244f149d1c68 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Nov 2012 22:05:22 +0100 Subject: [PATCH] haskell-packages.nix: cosmetic comment update --- pkgs/top-level/haskell-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index c83e967fa31..66e919aef98 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -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;