Skip to content

Commit

Permalink
Revert "Temporarily disable pedantic flag"
Browse files Browse the repository at this point in the history
This reverts commit f785be2.
  • Loading branch information
tfausak committed May 17, 2024
1 parent 0eb9f23 commit dc39e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
- run: ghc-pkg list
- run: cabal sdist --output-dir artifact
- run: cabal configure --enable-tests --jobs --test-show-details=direct
- run: cabal configure --enable-tests --flags=pedantic --jobs --test-show-details=direct
- run: cat cabal.project.local
- run: cp cabal.project.local artifact
- run: cabal freeze
Expand Down

0 comments on commit dc39e93

Please sign in to comment.