haskell.packages.ghc802: dontCheck vector-algorithms

This commit is contained in:
Domen Kožar 2017-01-12 16:34:52 +01:00
parent e91840cfb6
commit 45a677b978
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -66,4 +66,9 @@ self: super: {
# https://github.com/Deewiant/glob/issues/8
Glob = doJailbreak super.Glob;
## GHC 8.0.2
# http://hub.darcs.net/dolio/vector-algorithms/issue/9#comment-20170112T145715
vector-algorithms = dontCheck super.vector-algorithms;
}