forked from mirrors/nixpkgs
haskell-config-ini: jailbreak to fix build with ghc-8.6.1
This commit is contained in:
parent
156e0b0788
commit
147c88256e
|
@ -46,6 +46,7 @@ self: super: {
|
|||
|
||||
# LTS-12.x versions do not compile.
|
||||
base-orphans = self.base-orphans_0_8;
|
||||
config-ini = doJailbreak super.config-ini; # https://github.com/aisamanra/config-ini/issues/18
|
||||
contravariant = self.contravariant_1_5;
|
||||
free = self.free_5_1;
|
||||
haddock-library = dontCheck super.haddock-library_1_7_0;
|
||||
|
|
Loading…
Reference in a new issue