From 1e8e3d6291c6517cce4cd1111362683f8a3916f8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Mar 2018 20:01:46 +0100 Subject: [PATCH] haskell-changelogged: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e2886d24597..0496383da2f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -998,9 +998,6 @@ self: super: { # Needs older hlint hpio = dontCheck super.hpio; - # 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 inline-c = dontCheck super.inline-c;