haskell.packages.ghc884.vector: Disable checks

This commit is contained in:
Malte Brandy 2021-02-12 11:46:17 +01:00 committed by Peter Simons
parent 74d8ebc574
commit 2b473737f9
2 changed files with 3 additions and 0 deletions

View file

@ -98,6 +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 0.12.2 indroduced doctest checks that dont work on older compilers
vector = dontCheck super.vector;
mmorph = super.mmorph_1_1_3;

View file

@ -127,4 +127,6 @@ 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 0.12.2 indroduced doctest checks that dont work on older compilers
vector = dontCheck super.vector;
}