stop useless other-modules warning spam

This commit is contained in:
La Ancapo 2026-01-25 22:23:37 +01:00
parent 8a54a3f0f5
commit 95a92b1c2e
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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,