Skip to content

Commit

Permalink
Use newer warning flags in Paths_pkg template
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 12, 2025
1 parent dae171d commit 7e10e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Paths_pkg.template.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{-# OPTIONS_GHC -Wno-prepositive-qualified-module #-}
#endif
{% endif %}
{-# OPTIONS_GHC -fno-warn-missing-import-lists #-}
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
{-# OPTIONS_GHC -w #-}
module Paths_{{ manglePkgName packageName }} (
version,
Expand Down

0 comments on commit 7e10e60

Please sign in to comment.