diff --git a/src/stellar-veritas.cabal b/src/stellar-veritas.cabal index 3fc5f93..1e56f30 100644 --- a/src/stellar-veritas.cabal +++ b/src/stellar-veritas.cabal @@ -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, diff --git a/stellar-veritas.cabal b/stellar-veritas.cabal index 3bc5527..df90513 100644 --- a/stellar-veritas.cabal +++ b/stellar-veritas.cabal @@ -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,