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

wip/yesman
Peter Simons 7 years ago
parent 04bd949738
commit 5119549255
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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;
}

Loading…
Cancel
Save