commit b619a1ca7a2cd7ceba244d0b353be0feb9939765 parent 5d155beae1b3e72052e2f3ac3a2131041c04cde9 Author: Jared Tobin <jared@jtobin.io> Date: Sat, 24 Feb 2024 21:37:13 +0400 secp256k1-sys cabal file tweaks. Diffstat:
M | secp256k1-sys/secp256k1-sys.cabal | | | 8 | ++------ |
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/secp256k1-sys/secp256k1-sys.cabal b/secp256k1-sys/secp256k1-sys.cabal @@ -6,15 +6,11 @@ description: Internal secp256k1 bindings. license: MIT license-file: LICENSE author: Jared Tobin -maintainer: jared@jtobin.io +maintainer: jared@ppad.tech category: Cryptography build-type: Simple -common warnings - ghc-options: -Wall - library - import: warnings default-language: Haskell2010 hs-source-dirs: lib exposed-modules: @@ -24,7 +20,7 @@ library , bytestring ghc-options: - -optc -Wno-implicit-function-declaration + -Wall -optc -Wno-implicit-function-declaration include-dirs: depend/secp256k1/include/