From fa6272678db4dd2ffaf845cbcbf3763c41d62dc4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Feb 2018 13:20:12 +0100 Subject: [PATCH] haskell-stringbuilder: drop obsolete override for GHC 8.4.x --- .../development/haskell-modules/configuration-ghc-8.4.x.nix | 6 ------ 1 file changed, 6 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 c9505cd8667..02922abb9ec 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -119,12 +119,6 @@ self: super: { ## doctest >=0.11.1 && <0.14 semigroupoids = super.semigroupoids_5_2_2; - ## Needs bump to a versioned attribute - ## • No instance for (Semigroup Builder) - ## arising from the superclasses of an instance declaration - ## • In the instance declaration for ‘Monoid Builder’ - stringbuilder = super.stringbuilder_0_5_1; - ## Needs bump to a versioned attribute ## Issue: https://github.com/haskell/test-framework/issues/35 test-framework = overrideCabal super.test-framework_0_8_2_0 (drv: {