haskell-config-ini: disable test suite which fails with GHC 8.2.2

This commit is contained in:
Peter Simons 2017-12-19 23:03:16 +01:00
parent 04bd949738
commit 5119549255

View File

@ -991,4 +991,7 @@ self: super: {
cryptohash-md5 = doJailbreak super.cryptohash-md5;
text-short = doJailbreak super.text-short;
# https://github.com/aisamanra/config-ini/issues/12
config-ini = dontCheck super.config-ini;
}