haskell.packages.ghc865.vector: Disable checks

There is a doctest problem on 8.6.5. with newest vector
This commit is contained in:
Malte Brandy 2021-02-11 22:39:17 +01:00 committed by Peter Simons
parent 9b8baeb8de
commit 74d8ebc574

View file

@ -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;
}