secp256k1-haskell/secp256k1-haskell.cabal

80 lines
2.1 KiB
Plaintext
Raw Permalink Normal View History

cabal-version: 1.24
2020-05-14 11:10:05 +03:00
2020-10-16 17:41:12 +03:00
-- This file has been generated from package.yaml by hpack version 0.34.2.
2020-05-14 11:10:05 +03:00
--
-- see: https://github.com/sol/hpack
name: secp256k1-haskell
2020-10-16 17:41:12 +03:00
version: 0.5.0
2020-06-13 14:03:55 +03:00
synopsis: Bindings for secp256k1
2020-06-12 14:36:34 +03:00
description: Sign and verify signatures using the secp256k1 library.
2020-05-14 11:10:05 +03:00
category: Crypto
homepage: http://github.com/haskoin/secp256k1-haskell#readme
bug-reports: https://github.com/haskoin/secp256k1-haskell.git/issues
author: Jean-Pierre Rupp
maintainer: jprupp@protonmail.ch
copyright: (c) 2017 Jean-Pierre Rupp
2020-06-12 14:41:51 +03:00
license: MIT
license-file: LICENSE
2020-05-14 11:10:05 +03:00
build-type: Simple
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: https://github.com/haskoin/secp256k1-haskell.git
library
exposed-modules:
Crypto.Secp256k1
Crypto.Secp256k1.Internal
2020-06-12 14:36:34 +03:00
Paths_secp256k1_haskell
autogen-modules:
2020-05-14 11:10:05 +03:00
Paths_secp256k1_haskell
hs-source-dirs:
src
pkgconfig-depends:
libsecp256k1
build-depends:
2020-10-16 17:41:12 +03:00
QuickCheck >=2.9.2 && <2.15
, base >=4.9 && <5
, base16-bytestring >=0.1.1.6 && <1.1
, bytestring >=0.10.8 && <0.11
, cereal >=0.5.4 && <0.6
, deepseq >=1.4.2 && <1.5
, entropy >=0.3.8 && <0.5
, hashable >=1.2.6 && <1.4
, string-conversions >=0.4 && <0.5
, unliftio-core >=0.1.0 && <0.3
2020-05-14 11:10:05 +03:00
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Crypto.Secp256k1.InternalSpec
Crypto.Secp256k1Spec
Paths_secp256k1_haskell
hs-source-dirs:
test
2020-06-07 20:02:19 +03:00
ghc-options: -threaded -rtsopts -with-rtsopts=-N
2020-05-14 11:10:05 +03:00
build-depends:
HUnit
2020-10-16 17:41:12 +03:00
, QuickCheck >=2.9.2 && <2.15
, base >=4.9 && <5
, base16-bytestring >=0.1.1.6 && <1.1
, bytestring >=0.10.8 && <0.11
, cereal >=0.5.4 && <0.6
, deepseq >=1.4.2 && <1.5
, entropy >=0.3.8 && <0.5
, hashable >=1.2.6 && <1.4
2020-05-14 11:10:05 +03:00
, hspec
2020-06-07 20:02:19 +03:00
, monad-par
2020-05-14 11:10:05 +03:00
, mtl
, secp256k1-haskell
2020-10-16 17:41:12 +03:00
, string-conversions >=0.4 && <0.5
, unliftio-core >=0.1.0 && <0.3
2020-05-14 11:10:05 +03:00
default-language: Haskell2010
build-tool-depends: hspec-discover:hspec-discover