diff --git a/src/stellar-veritas.cabal b/src/stellar-veritas.cabal index 1e56f30..578a1d1 100644 --- a/src/stellar-veritas.cabal +++ b/src/stellar-veritas.cabal @@ -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, diff --git a/stellar-veritas.cabal b/stellar-veritas.cabal index 6e2d44e..b85ceda 100644 --- a/stellar-veritas.cabal +++ b/stellar-veritas.cabal @@ -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,