mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
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.
|
||||
transformers-compat = super.transformers-compat_0_5_1_4;
|
||||
|
||||
# https://github.com/sol/doctest/issues/125
|
||||
doctest = self.doctest_0_11_0;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user