From 2e45e280cb07bb21da8c302f400a29e11a761642 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Feb 2018 18:08:09 +0100 Subject: [PATCH] haskell-doctest: the 0.14.1 test suite fails on NixOS --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 02922abb9ec..7fcab47686d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -62,7 +62,7 @@ self: super: { ## Needs bump to a versioned attribute ## Issue: https://github.com/sol/doctest/issues/189 - doctest = super.doctest_0_14_1; + doctest = dontCheck super.doctest_0_14_1; # test suite fails in Nix ## Needs bump to a versioned attribute ## • Could not deduce (Semigroup (IterT m a))