From 69228083724cb851c3ff54333ad46de156f642c9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Dec 2017 23:27:39 +0100 Subject: haskell-path: disable test suite to fix build with recent versions of doctest --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3ef274c5cc51..dc14b2157c44 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -996,5 +996,6 @@ self: super: { # doctest >=0.9 && <0.12 genvalidity-property = doJailbreak super.genvalidity-property; + path = dontCheck super.path; } -- cgit 1.4.1