mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-25 20:53:12 +03:00
re-enable doctest
This commit is contained in:
parent
f661ec72fd
commit
6ec31d434d
1
autodocodec-api-usage/.sydtest.yaml
Normal file
1
autodocodec-api-usage/.sydtest.yaml
Normal file
@ -0,0 +1 @@
|
||||
randomize-execution-order: false
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user