From b5454a13806143bd63d9f04c6fb3b61e42324d1c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Feb 2018 13:13:04 +0100 Subject: [PATCH] haskell-doctest: update ghc 8.4.x version to 0.14.1 --- .../haskell-modules/configuration-ghc-8.4.x.nix | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 bd3ad0fe4c6..c9505cd8667 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -62,13 +62,7 @@ self: super: { ## Needs bump to a versioned attribute ## Issue: https://github.com/sol/doctest/issues/189 - doctest = overrideCabal super.doctest_0_14_0 (drv: { - ## Setup: Encountered missing dependencies: - ## ghc >=7.0 && <8.4 - ## - ## uncaught exception: IOException of type NoSuchThing (test/integration/testImport: changeWorkingDirectory: does not exist (No such file or directory)) - doCheck = false; - }); + doctest = super.doctest_0_14_1; ## Needs bump to a versioned attribute ## • Could not deduce (Semigroup (IterT m a)) @@ -483,11 +477,6 @@ self: super: { jailbreak = true; }); - doctest_0_14_0 = overrideCabal super.doctest_0_14_0 (drv: { - ## uncaught exception: IOException of type NoSuchThing (test/integration/testImport: changeWorkingDirectory: does not exist (No such file or directory)) - doCheck = false; - }); - exception-transformers = overrideCabal super.exception-transformers (drv: { ## Setup: Encountered missing dependencies: ## HUnit >=1.2 && <1.6