ghc841: fixed deriving-compat now on hackage
This commit is contained in:
parent
d799cc8b23
commit
663934aec8
@ -55,6 +55,11 @@ self: super: {
|
||||
## from the context: a
|
||||
constraints = super.constraints_0_10;
|
||||
|
||||
## 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_14_1 (drv: {
|
||||
|
Loading…
Reference in New Issue
Block a user