From c2545acecd7c571d5feb2475b3d0d3506c9e9c19 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 16 Apr 2016 16:34:00 +0200 Subject: [PATCH] haskell-configuration-ghc-8.0.x: doctest 0.11.x is now the default --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 5550016b9b5c..555223b75944 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -49,9 +49,6 @@ self: super: { # Deviate from Stackage here to fix lots of builds. transformers-compat = self.transformers-compat_0_5_1_4; - # https://github.com/sol/doctest/issues/125 - doctest = self.doctest_0_11_0; - # No modules defined for this compiler. fail = dontHaddock super.fail;