Skip to content

Commit

Permalink
workflows: Disable doctests
Browse files Browse the repository at this point in the history
Github workflows currently failing with ghc-9.2

     Preprocessing library 'hackport-internal' for hackport-0.8.5.1...
     doctest: Missing file: /usr/local/.ghcup/ghc/9.2.8/lib/ghc-9.2.8/settings
     Error: [Cabal-7125]

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Oct 12, 2024
1 parent 399a496 commit 0d88455
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 @@ -43,7 +43,7 @@ jobs:

- name: Configure the build
run: |
cabal configure --enable-tests --enable-benchmarks --disable-documentation --flag=pedantic
cabal configure --enable-tests --enable-benchmarks --disable-documentation --flag=pedantic --flag=-doctests
cabal build --dry-run
# The last step generates dist-newstyle/cache/plan.json for the cache key.

Expand Down

0 comments on commit 0d88455

Please sign in to comment.