haskell-doctest: jailbreak to fix build with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-07-01 19:53:37 +02:00
parent f8f9fccd32
commit 26271d0811

View File

@ -63,4 +63,7 @@ self: super: {
primitive = self.primitive_0_6_2_0;
syb = self.syb_0_7;
# Work around overly restrictive constraints on the version of 'base'.
doctest = doJailbreak super.doctest;
}