haskell-here: jailbreak for ghc-8.4.x

This commit is contained in:
Peter Simons 2018-02-20 15:25:00 +01:00
parent d6f37ff0a5
commit af173130c6
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ self: super: {
doctest_0_14_0 = dontCheck super.doctest_0_14_0; # https://github.com/sol/doctest/issues/189
QuickCheck = self.QuickCheck_2_11_3; # needed by doctest-0.14.0
# https://github.com/tmhedberg/here/pull/22
here = doJailbreak super.here;
# GHC 8.4.x needs newer versions than LTS-10.x offers by default.
## haddock: panic! (the 'impossible' happened)
## (GHC version 8.4.20180122 for x86_64-unknown-linux):