From 194d61bfcac3b14f0520da00cd25201bb2029734 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Feb 2018 20:12:09 +0100 Subject: [PATCH] haskell-JuicyPixels: drop obsolete override for ghc-8.4.x --- .../haskell-modules/configuration-ghc-8.4.x.nix | 7 ------- 1 file changed, 7 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 62348ee2e85..b3990fab761 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -104,13 +104,6 @@ self: super: { ## hspec-discover ==2.4.7 hspec-discover = super.hspec-discover_2_4_8; - ## Needs bump to a versioned attribute - ## - ## • No instance for (Semigroup Metadatas) - ## arising from the superclasses of an instance declaration - ## • In the instance declaration for ‘Monoid Metadatas’ - JuicyPixels = super.JuicyPixels_3_2_9_4; - ## Needs bump to a versioned attribute ## ## • Could not deduce (Semigroup (a :->: b))