Skip to content

Commit

Permalink
Skip doctest for GHC 9. sol/doctest#327
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiy1993 committed Sep 20, 2022
1 parent 29780ad commit 29820a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haiji.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ test-suite doctests
hs-source-dirs: test
ghc-options: -Wall -threaded
default-language: Haskell2010
-- Skip doctest for GHC 9. https://github.com/sol/doctest/issues/327
if impl(ghc >= 9.0) && impl(ghc < 9.3)
buildable: False

test-suite tests
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 29820a0

Please sign in to comment.