haskell-stringbuilder: drop obsolete override for GHC 8.4.x

This commit is contained in:
Peter Simons 2018-02-23 13:20:12 +01:00
parent 81a9442fd0
commit fa6272678d

View file

@ -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: {