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

This commit is contained in:
Peter Simons 2017-07-07 12:07:15 +02:00
parent e59c532c23
commit f980dbec97

View File

@ -67,5 +67,6 @@ self: super: {
# Work around overly restrictive constraints on the version of 'base'.
doctest = doJailbreak super.doctest;
ChasingBottoms = doJailbreak super.ChasingBottoms;
}