From 74d8ebc574986457eb4b8c2d0d8f9c37b72820e4 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 11 Feb 2021 22:39:17 +0100 Subject: [PATCH] haskell.packages.ghc865.vector: Disable checks There is a doctest problem on 8.6.5. with newest vector --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index ad6c17cbd10..eababc62d6e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -98,5 +98,7 @@ self: super: { # Older compilers need the latest ghc-lib to build this package. hls-hlint-plugin = addBuildDepend super.hls-hlint-plugin self.ghc-lib; + vector = dontCheck super.vector; + mmorph = super.mmorph_1_1_3; }