From a13ff71b2148e39811003e34fe30e3338503c9ac Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 14 Mar 2018 22:16:32 +0100 Subject: [PATCH] haskell-configuration-common: update a couple of comments --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a9a480668f3..602d01d8258 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -845,7 +845,7 @@ self: super: { # https://github.com/fpco/stackage/issues/3126 stack = doJailbreak super.stack; - # Hoogle needs newer versions than lts-10 provides. lambdabot-haskell-plugins + # Hoogle needs newer versions than lts-11 provides. lambdabot-haskell-plugins # depends on Hoogle and therefore needs to use the same version. hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_2; @@ -1004,7 +1004,7 @@ self: super: { # Needs older hlint hpio = dontCheck super.hpio; - # Needs turtle >=1.5.0, which we don't have by default in lts-10.x. + # Needs turtle >=1.5.0, which we don't have by default in lts-11.x. changelogged = super.changelogged.override { turtle = self.turtle_1_5_5; }; # https://github.com/fpco/inline-c/issues/72