From 511954925529b5d1a78c02c42178383ecbce2a99 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Dec 2017 23:03:16 +0100 Subject: haskell-config-ini: disable test suite which fails with GHC 8.2.2 --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 904cf3abaa4f..f473c51c5537 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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; + } -- cgit 1.4.1