sync .cabal's and purge debugging cruft
This commit is contained in:
parent
a9cffbe482
commit
09a78164d3
2 changed files with 6 additions and 9 deletions
|
|
@ -2,22 +2,19 @@ cabal-version: 3.0
|
||||||
name: stellar-veritas
|
name: stellar-veritas
|
||||||
-- semver
|
-- semver
|
||||||
version: 0
|
version: 0
|
||||||
synopsis: Stellar transaction signer and pretty-printer
|
synopsis: Stellar transaction signer and pretty-printer
|
||||||
-- description:
|
description: The aim is to create a trustworthy Stellar transaction signer (and, by necessity, a pretty printer) using only Glasgow Haskell compiler code and Haskell Core libraries, reducing the possible supply chain attack surface.
|
||||||
license: AGPL-3.0-only
|
license: AGPL-3.0-only
|
||||||
license-file: LICENSE
|
license-file: COPYING
|
||||||
-- author:
|
author: La Ancapo
|
||||||
-- maintainer:
|
|
||||||
-- copyright:
|
|
||||||
category: Network, Stellar
|
category: Network, Stellar
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
tested-with: GHC == 9.12.3
|
tested-with: GHC == 9.12.3
|
||||||
|
|
||||||
executable stellar-veritas
|
executable stellar-veritas
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -W -Wcompat -fno-warn-tabs -g
|
ghc-options: -W -Wcompat -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||||
other-modules:
|
other-modules:
|
||||||
-- other-extensions:
|
|
||||||
build-depends: base >= 4.9 && < 5,
|
build-depends: base >= 4.9 && < 5,
|
||||||
text >= 1.2.4.1 && < 2.2,
|
text >= 1.2.4.1 && < 2.2,
|
||||||
bytestring ^>= 0.12,
|
bytestring ^>= 0.12,
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ tested-with: GHC == 9.12.3
|
||||||
|
|
||||||
executable stellar-veritas
|
executable stellar-veritas
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
ghc-options: -W -Wcompat -fno-warn-tabs -g
|
ghc-options: -W -Wcompat -fno-warn-tabs -rtsopts=ignoreAll -optl-Wl,-s
|
||||||
other-modules:
|
other-modules:
|
||||||
build-depends: base >= 4.9 && < 5,
|
build-depends: base >= 4.9 && < 5,
|
||||||
text >= 1.2.4.1 && < 2.2,
|
text >= 1.2.4.1 && < 2.2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue