Skip to content

Commit

Permalink
Attempt to run doctests with GHC that were disabled
Browse files Browse the repository at this point in the history
624c0ab may fixed issues with them.
  • Loading branch information
Shimuuar committed Jan 22, 2024
1 parent 24426ad commit c7dccca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vector/vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -266,17 +266,9 @@ test-suite vector-doctest
-- Older GHC don't support DerivingVia
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
-- GHC 9.0 fails to run doctests for some reason too
if impl(ghc >= 9.0) && impl(ghc < 9.1)
buildable: False
-- And GHC 9.2 too
if impl(ghc >= 9.2) && impl(ghc < 9.2.3)
buildable: False
if impl(ghc >= 9.2.3) && impl(ghc < 9.3)
buildable: True
build-depends:
base -any
, doctest >=0.15 && <0.23
Expand Down

0 comments on commit c7dccca

Please sign in to comment.