ghc841: fixed deriving-compat now on hackage

This commit is contained in:
Kosyrev Serge 2018-03-12 02:26:41 +03:00
parent d799cc8b23
commit 663934aec8
No known key found for this signature in database
GPG Key ID: 3F62F118E38BED6D

View File

@ -55,6 +55,11 @@ self: super: {
## from the context: a ## from the context: a
constraints = super.constraints_0_10; 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 ## Needs bump to a versioned attribute
## Issue: https://github.com/sol/doctest/issues/189 ## Issue: https://github.com/sol/doctest/issues/189
doctest = overrideCabal super.doctest_0_14_1 (drv: { doctest = overrideCabal super.doctest_0_14_1 (drv: {