Skip to content

Commit

Permalink
Enable doctest on GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
minoki committed Oct 9, 2024
1 parent b3d6a3a commit 0e2c7ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fp-ieee/fp-ieee.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ test-suite fp-ieee-doctests
doctest ^>=0.22.2
, QuickCheck >=2.14.3 && <2.16
default-language: Haskell2010
if impl(ghc >= 9.10)
if impl(ghc >= 9.12)
buildable: False

test-suite fp-ieee-test
Expand Down
2 changes: 1 addition & 1 deletion rounded-hw/rounded-hw.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test-suite rounded-hw-doctests
build-depends:
doctest ^>=0.22.2
default-language: Haskell2010
if impl(ghc >= 9.10)
if impl(ghc >= 9.12)
buildable: False

test-suite rounded-hw-test
Expand Down

0 comments on commit 0e2c7ec

Please sign in to comment.