haskell-doctest: use version 0.11.0 when compiling with GHC 8.0.x
Fixes https://github.com/sol/doctest/issues/125.
This commit is contained in:
parent
574f63b956
commit
de613e08dc
@ -49,4 +49,7 @@ self: super: {
|
|||||||
# Deviate from Stackage here to fix lots of builds.
|
# Deviate from Stackage here to fix lots of builds.
|
||||||
transformers-compat = super.transformers-compat_0_5_1_4;
|
transformers-compat = super.transformers-compat_0_5_1_4;
|
||||||
|
|
||||||
|
# https://github.com/sol/doctest/issues/125
|
||||||
|
doctest = self.doctest_0_11_0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user