11cabal-version : 2.0
22
3- -- This file has been generated from package.yaml by hpack version 0.34.4 .
3+ -- This file has been generated from package.yaml by hpack version 0.35.1 .
44--
55-- see: https://github.com/sol/hpack
66
77name : secp256k1-haskell
8- version : 0.6.1
8+ version : 0.7.0
99synopsis : Bindings for secp256k1
1010description : Sign and verify signatures using the secp256k1 library .
1111category : Crypto
1212homepage : http://github.com/haskoin/secp256k1-haskell#readme
13- bug-reports : https://github.com/haskoin/secp256k1-haskell.git /issues
13+ bug-reports : https://github.com/haskoin/secp256k1-haskell/issues
1414author : Jean-Pierre Rupp
15151616copyright : (c) 2017 Jean-Pierre Rupp
@@ -23,7 +23,7 @@ extra-source-files:
2323
2424source-repository head
2525 type : git
26- location : https://github.com/haskoin/secp256k1-haskell.git
26+ location : https://github.com/haskoin/secp256k1-haskell
2727
2828library
2929 exposed-modules :
@@ -39,7 +39,7 @@ library
3939 build-depends :
4040 QuickCheck >= 2.9.2 && < 2.15
4141 , base >= 4.9 && < 5
42- , base16 >= 0.3.0.1
42+ , base16 >= 1.0
4343 , bytestring >= 0.10.8 && < 0.12
4444 , cereal >= 0.5.4 && < 0.6
4545 , deepseq >= 1.4.2 && < 1.5
@@ -56,14 +56,16 @@ test-suite spec
5656 Crypto.Secp256k1.InternalSpec
5757 Crypto.Secp256k1Spec
5858 Paths_secp256k1_haskell
59+ autogen-modules :
60+ Paths_secp256k1_haskell
5961 hs-source-dirs :
6062 test
6163 ghc-options : -threaded -rtsopts -with-rtsopts=-N
6264 build-depends :
6365 HUnit
6466 , QuickCheck >= 2.9.2 && < 2.15
6567 , base >= 4.9 && < 5
66- , base16 >= 0.3.0.1
68+ , base16 >= 1.0
6769 , bytestring >= 0.10.8 && < 0.12
6870 , cereal >= 0.5.4 && < 0.6
6971 , deepseq >= 1.4.2 && < 1.5
0 commit comments