Skip to content

Commit

Permalink
Reapply "Use -Wno-* instead of the obsolete -fno-warn-*"
Browse files Browse the repository at this point in the history
No longer needed now that we require GHC >= 8.*

This reverts commit 2234b1f.
  • Loading branch information
liskin committed May 5, 2024
1 parent 2d1a40b commit c34bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion X11.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library
includes: HsXlib.h, HsAllKeysyms.h
install-includes: HsXlib.h, XlibExtras.h, HsAllKeysyms.h
include-dirs: include
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-binds
ghc-options: -funbox-strict-fields -Wall -Wno-unused-binds

if flag(pedantic)
ghc-options: -Werror

0 comments on commit c34bb4b

Please sign in to comment.