list other-modules explicitly

so they get rebuilt on changes
no better solution yet
This commit is contained in:
La Ancapo 2026-02-17 21:46:28 +01:00
parent 49b421f7f5
commit cec4091b0c
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ tested-with: GHC == 9.12.3
executable stellar-veritas
main-is: Main.hs
ghc-options: -W -Wcompat -Wno-missing-home-modules -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
other-modules:
other-modules: Encryption
Pretty
build-depends: base >= 4.9 && < 5,
text >= 1.2.4.1 && < 2.2,
bytestring ^>= 0.12,

View file

@ -20,7 +20,8 @@ executable stellar-veritas
main-is: Main.hs
CPP-options: -DWITH_BYTESTRING_SUPPORT
ghc-options: -W -Wcompat -Wno-missing-home-modules -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
other-modules:
other-modules: Encryption
Pretty
build-depends: base >= 4.9 && < 5,
text >= 1.2.4.1 && < 2.2,
bytestring ^>= 0.12,