about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorMalte Brandy <malte.brandy@maralorn.de>2021-02-11 22:39:17 +0100
committerPeter Simons <simons@cryp.to>2021-02-12 20:35:22 +0100
commit74d8ebc574986457eb4b8c2d0d8f9c37b72820e4 (patch)
treef82dbc2f4a2091eb95078c3715604ad69f9b0575 /pkgs/development/haskell-modules
parent9b8baeb8de04243dad3429b76369903e092f0675 (diff)
downloadnixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar.gz
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar.bz2
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar.lz
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar.xz
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.tar.zst
nixlib-74d8ebc574986457eb4b8c2d0d8f9c37b72820e4.zip
haskell.packages.ghc865.vector: Disable checks
There is a doctest problem on 8.6.5. with newest vector
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 2 insertions, 0 deletions
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 ad6c17cbd103..eababc62d6e3 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;
 }