Skip to content

Commit

Permalink
Do disable GHC8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Jan 13, 2021
1 parent 42333aa commit 050b5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vector.cabal
Expand Up @@ -275,8 +275,8 @@ test-suite vector-doctest
-- Older GHC choke on {-# UNPACK #-} pragma for some reason
if impl(ghc < 8.6)
buildable: False
-- GHC 8.10 fails to run tests
if impl(ghc == 8.10)
-- GHC 8.10 fails to run doctests for some reason
if impl(ghc = 8.10) && impl(ghc < 8.11)
buildable: False
build-depends:
base -any
Expand Down

0 comments on commit 050b5e5

Please sign in to comment.