list other-modules explicitly
so they get rebuilt on changes no better solution yet
This commit is contained in:
parent
49b421f7f5
commit
cec4091b0c
2 changed files with 4 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue