haskell.packages.ghc865.vector: Disable checks
There is a doctest problem on 8.6.5. with newest vector
This commit is contained in:
parent
9b8baeb8de
commit
74d8ebc574
@ -98,5 +98,7 @@ self: super: {
|
|||||||
# Older compilers need the latest ghc-lib to build this package.
|
# Older compilers need the latest ghc-lib to build this package.
|
||||||
hls-hlint-plugin = addBuildDepend super.hls-hlint-plugin self.ghc-lib;
|
hls-hlint-plugin = addBuildDepend super.hls-hlint-plugin self.ghc-lib;
|
||||||
|
|
||||||
|
vector = dontCheck super.vector;
|
||||||
|
|
||||||
mmorph = super.mmorph_1_1_3;
|
mmorph = super.mmorph_1_1_3;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user