stop useless other-modules warning spam
This commit is contained in:
parent
8a54a3f0f5
commit
95a92b1c2e
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ tested-with: GHC == 9.12.3
|
|||
|
||||
executable stellar-veritas
|
||||
main-is: Main.hs
|
||||
ghc-options: -W -Wcompat -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||
ghc-options: -W -Wcompat -Wno-missing-home-modules -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||
other-modules:
|
||||
build-depends: base >= 4.9 && < 5,
|
||||
text >= 1.2.4.1 && < 2.2,
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ tested-with: GHC == 9.12.3
|
|||
|
||||
executable stellar-veritas
|
||||
main-is: Main.hs
|
||||
ghc-options: -W -Wcompat -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||
ghc-options: -W -Wcompat -Wno-missing-home-modules -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||
other-modules:
|
||||
build-depends: base >= 4.9 && < 5,
|
||||
text >= 1.2.4.1 && < 2.2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue