Skip to content

Commit 3cd101a

Browse files
committed
fixup! Add PackageInfos_ (haskell#3909)
1 parent c8f3df9 commit 3cd101a

File tree

1 file changed

+2
-0
lines changed
  • Cabal/src/Distribution/Simple/Build/PackageInfosModule

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ data Z = Z
1515

1616
render :: Z -> String
1717
render z_root = execWriter $ do
18+
tell "{-# OPTIONS_GHC -fno-warn-missing-import-lists #-}\n"
19+
tell "{-# OPTIONS_GHC -w #-}\n"
1820
tell "module PackageInfos_"
1921
tell (zPackageName z_root)
2022
tell " (\n"

0 commit comments

Comments
 (0)