doctest 0.18

This commit is contained in:
Maxim Koltsov 2021-04-05 17:41:06 +03:00
parent 61111178f0
commit 4c05338876
No known key found for this signature in database
GPG Key ID: 52B5EDB68BF54442

View File

@ -50,7 +50,7 @@ jobs:
- name: Configure - name: Configure
run: | run: |
cabal install --ignore-project -j2 doctest --constraint='doctest ^>=0.17' cabal install --ignore-project -j2 doctest --constraint='doctest ^>=0.18'
- name: Build - name: Build
run: | run: |