From 02e8ee8a804298c253a7bf4c8474ca7fe76d8736 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Feb 2018 20:02:59 +0100 Subject: [PATCH] haskell-th-lift: drop obsolete override for ghc-8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 27b73fcfc44..62348ee2e85 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -137,15 +137,6 @@ self: super: { ## from the context: Applicative f tasty = super.tasty_1_0_1; - ## Needs bump to a versioned attribute - ## - ## Setup: Encountered missing dependencies: - ## template-haskell >=2.4 && <2.13 - ## builder for ‘/nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed with exit code 1 - ## error: build of ‘/nix/store/sq6cc33h4zk1wns2fsyv8cj6clcf6hwi-th-lift-0.7.7.drv’ failed - th-lift = super.th-lift_0_7_8; - - ## On Hackage: happy = overrideCabal super.happy (drv: {