We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce72866 commit d807a1fCopy full SHA for d807a1f
Cabal/src/Distribution/Simple/Build/PathsModule/Z.hs
@@ -43,14 +43,6 @@ render z_root = execWriter $ do
43
return ()
44
else do
45
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
54
tell "{-# OPTIONS_GHC -w #-}\n"
55
tell "\n"
56
tell "{-|\n"
0 commit comments