Skip to content

Commit

Permalink
Delete cabal.project.doctest
Browse files Browse the repository at this point in the history
- Adding --ghc-options="-Wwarn" is sufficient to avoid the numerous <interactive> failures seen otherwise
- write-ghc-environment-files has a default of never
  • Loading branch information
philderbeast committed Dec 29, 2023
1 parent 1236fde commit a63f0ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

CABALBUILD := cabal build
CABALRUN := cabal run
DOCTEST := cabal repl --with-ghc=doctest --repl-options="-w" --project-file=cabal.project.doctest
DOCTEST := cabal repl --with-ghc=doctest --repl-options="-w" --ghc-options="-Wwarn"

# default rules

Expand Down
3 changes: 0 additions & 3 deletions cabal.project.doctest

This file was deleted.

0 comments on commit a63f0ee

Please sign in to comment.