From 49b7ff686e83b0428c4ead198303e5f454d92967 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Tue, 22 Nov 2022 12:47:58 +0900 Subject: [PATCH] haskell.packages.ghc94.doctest: don't force specific version --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 18a62b7c24ba..284bc4d82e1b 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -58,7 +58,6 @@ in { # Tests fail because of typechecking changes conduit = dontCheck super.conduit; - doctest = self.doctest_0_20_1; # consequences of doctest breakage follow: double-conversion = markBroken super.double-conversion;