Merge pull request #39269 from chessai/fix-ghc84x-deriving-compat-unneeded

deriving compat was unneeded and prohibitive
This commit is contained in:
Peter Simons
2018-04-20 20:10:51 +02:00
committed by GitHub

View File

@@ -47,11 +47,6 @@ self: super: {
## • In the instance declaration for Monoid BV
bv = super.bv_0_5;
## Needs bump to a versioned attribute
## Setup: Encountered missing dependencies:
## template-haskell >=2.5 && <2.13
deriving-compat = super.deriving-compat_0_4_1;
## Needs bump to a versioned attribute
## Issue: https://github.com/sol/doctest/issues/189
doctest = overrideCabal super.doctest_0_15_0 (drv: {