configuration-ghc-8.4.x.nix: Remove reference to non-existent bv_0_5
This commit is contained in:
parent
b151b050d5
commit
a22b3e91b6
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue