configuration-ghc-8.4.x.nix: Remove reference to non-existent bv_0_5

This commit is contained in:
John Wiegley 2018-04-26 17:20:08 -07:00
parent b151b050d5
commit a22b3e91b6
1 changed files with 0 additions and 6 deletions

View File

@ -41,12 +41,6 @@ self: super: {
## Shadowed:
## Needs bump to a versioned attribute
## • No instance for (GHC.Base.Semigroup BV)
## arising from the superclasses of an instance declaration
## • In the instance declaration for Monoid BV
bv = super.bv_0_5;
## Needs bump to a versioned attribute
## Issue: https://github.com/sol/doctest/issues/189
doctest = overrideCabal super.doctest_0_15_0 (drv: {