Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions vector.cabal
Original file line numberDiff line numberDiff line change
Expand Up@@ -275,6 +275,9 @@ 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 doctests for some reason
if impl(ghc >= 8.10) && impl(ghc < 8.11)
buildable: False
build-depends:
base -any
, doctest >=0.15 && <0.18
Expand Down