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:
Peter Simons 2016-03-31 12:06:50 +02:00
parent 574f63b956
commit de613e08dc

View file

@ -49,4 +49,7 @@ self: super: {
# Deviate from Stackage here to fix lots of builds.
transformers-compat = super.transformers-compat_0_5_1_4;
# https://github.com/sol/doctest/issues/125
doctest = self.doctest_0_11_0;
}