haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash

This commit is contained in:
Peter Simons 2016-01-08 18:43:24 +01:00
parent 7fb70c2db9
commit a05017cd6c

View File

@ -208,4 +208,7 @@ self: super: {
# https://github.com/DanielG/cabal-helper/issues/10
cabal-helper = dontCheck super.cabal-helper;
# https://github.com/fpco/stackage/issues/1112
vector-algorithms = dontCheck super.vector-algorithms;
}