Skip to content

Commit d807a1f

Browse files
authored
Update Z.hs
1 parent ce72866 commit d807a1f

File tree

1 file changed

+0
-8
lines changed
  • Cabal/src/Distribution/Simple/Build/PathsModule

1 file changed

+0
-8
lines changed

Cabal/src/Distribution/Simple/Build/PathsModule/Z.hs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ render z_root = execWriter $ do
4343
return ()
4444
else do
4545
return ()
46-
if (zSupportsCpp z_root)
47-
then do
48-
tell "#if __GLASGOW_HASKELL__ >= 810\n"
49-
tell "{-# OPTIONS_GHC -Wno-prepositive-qualified-module #-}\n"
50-
tell "#endif\n"
51-
return ()
52-
else do
53-
return ()
5446
tell "{-# OPTIONS_GHC -w #-}\n"
5547
tell "\n"
5648
tell "{-|\n"

0 commit comments

Comments
 (0)