Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Cabal/src/Distribution/Simple/Build/PackageInfoModule/Z.hs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ render z_root = execWriter $ do
return ()
else do
return ()
tell "{-# OPTIONS_GHC -Wno-missing-import-lists #-}\n"
tell "{-# OPTIONS_GHC -w #-}\n"
tell "\n"
tell "{-|\n"
Expand Down
9 changes: 0 additions & 9 deletions Cabal/src/Distribution/Simple/Build/PathsModule/Z.hs
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ render z_root = execWriter $ do
return ()
else do
return ()
if (zSupportsCpp z_root)
then do
tell "#if __GLASGOW_HASKELL__ >= 810\n"
tell "{-# OPTIONS_GHC -Wno-prepositive-qualified-module #-}\n"
tell "#endif\n"
return ()
else do
return ()
tell "{-# OPTIONS_GHC -Wno-missing-import-lists #-}\n"
tell "{-# OPTIONS_GHC -w #-}\n"
tell "\n"
tell "{-|\n"
Expand Down
6 changes: 0 additions & 6 deletions templates/Paths_pkg.template.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
{% if not absolute %}
{-# LANGUAGE ForeignFunctionInterface #-}
{% endif %}
{% if supportsCpp %}
#if __GLASGOW_HASKELL__ >= 810
{-# OPTIONS_GHC -Wno-prepositive-qualified-module #-}
#endif
{% endif %}
{-# OPTIONS_GHC -Wno-missing-import-lists #-}
{-# OPTIONS_GHC -w #-}

{-|
Expand Down
Loading