mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 01:20:40 +00:00
haskell-optparse-applicative: fix build with ghc-8.4.x
This commit is contained in:
parent
af173130c6
commit
020471ee6c
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue