re-enable doctest

This commit is contained in:
Tom Sydney Kerckhove 2023-09-27 11:29:57 +02:00
parent f661ec72fd
commit 6ec31d434d
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
randomize-execution-order: false

View File

@ -65,7 +65,7 @@ test-suite autodocodec-doctest
base >=4.7 && <5
, doctest
default-language: Haskell2010
if impl(GHC < 9.0)
if impl(GHC > 9.2)
buildable: True
else
buildable: False

View File

@ -35,7 +35,7 @@ tests:
# Turn off doctests until this issue is fixed:
# https://github.com/sol/doctest/issues/327
when:
- condition: impl(GHC < 9.0)
- condition: impl(GHC > 9.2)
then:
buildable: true
else: