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))