haskell-optparse-applicative: fix build with ghc-8.4.x

This commit is contained in:
Peter Simons 2018-02-20 15:45:57 +01:00
parent af173130c6
commit 020471ee6c

View file

@ -50,6 +50,9 @@ self: super: {
# https://github.com/tmhedberg/here/pull/22
here = doJailbreak super.here;
# https://github.com/pcapriotti/optparse-applicative/issues/288
optparse-applicative = dontCheck super.optparse-applicative;
# 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):