Skip to content

Commit

Permalink
Make doctest work
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 16, 2024
1 parent e42fe87 commit 6becc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
run: |
set -ex
cabal install doctest --ignore-project --overwrite-policy=always
cabal repl --build-depends=QuickCheck --with-compiler=doctest --repl-options='-w -Wdefault'
cabal Color --build-depends=QuickCheck --build-depends=JuicyPixels --with-compiler=doctest --repl-options='-w -Wdefault'
- name: Check Cabal Files
run: |
set -ex
Expand Down

0 comments on commit 6becc00

Please sign in to comment.