Skip to content

Commit

Permalink
Upgrade to latest secp256k1 and base16
Browse files Browse the repository at this point in the history
  • Loading branch information
jprupp committed Jun 28, 2023
1 parent 2a13ee8 commit 64ceb86
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 190 deletions.
18 changes: 9 additions & 9 deletions haskoin-core.cabal
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack

name: haskoin-core
version: 0.21.2
version: 0.22.0
synopsis: Bitcoin & Bitcoin Cash library for Haskell
description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>
category: Bitcoin, Finance, Network
homepage: http://github.com/haskoin/haskoin#readme
bug-reports: http://github.com/haskoin/haskoin/issues
homepage: http://github.com/haskoin/haskoin-core#readme
bug-reports: http://github.com/haskoin/haskoin-core/issues
author: Philippe Laprade,
Jean-Pierre Rupp,
Matthew Wraith
Expand Down Expand Up @@ -38,7 +38,7 @@ extra-source-files:

source-repository head
type: git
location: git://github.com/haskoin/haskoin.git
location: git://github.com/haskoin/haskoin-core.git

library
exposed-modules:
Expand Down Expand Up @@ -96,7 +96,7 @@ library
, aeson >=1.4.6.0
, array >=0.5.4.0
, base >=4.9 && <5
, base16 >=0.3.0.1
, base16 >=1.0
, binary >=0.8.8
, bytes >=0.17
, bytestring >=0.10.10.0
Expand All @@ -114,7 +114,7 @@ library
, network >=3.1.1.1
, safe >=0.3.18
, scientific >=0.3.6.2
, secp256k1-haskell >=0.4.0
, secp256k1-haskell >=0.7.0
, split >=0.2.3.3
, string-conversions >=0.4.0.1
, text >=1.2.3.0
Expand Down Expand Up @@ -152,7 +152,7 @@ test-suite spec
, aeson >=1.4.6.0
, array >=0.5.4.0
, base >=4.9 && <5
, base16 >=0.3.0.1
, base16 >=1.0
, base64 ==0.4.*
, binary >=0.8.8
, bytes >=0.17
Expand All @@ -174,7 +174,7 @@ test-suite spec
, network >=3.1.1.1
, safe >=0.3.18
, scientific >=0.3.6.2
, secp256k1-haskell >=0.4.0
, secp256k1-haskell >=0.7.0
, split >=0.2.3.3
, string-conversions >=0.4.0.1
, text >=1.2.3.0
Expand Down
12 changes: 6 additions & 6 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskoin-core
version: 0.21.2
version: 0.22.0
synopsis: Bitcoin & Bitcoin Cash library for Haskell
description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-core#readme>
category: Bitcoin, Finance, Network
Expand All @@ -10,9 +10,9 @@ author:
maintainer: jprupp@protonmail.ch
license: MIT
license-file: LICENSE
homepage: http://github.com/haskoin/haskoin#readme
git: git://github.com/haskoin/haskoin.git
bug-reports: http://github.com/haskoin/haskoin/issues
homepage: http://github.com/haskoin/haskoin-core#readme
git: git://github.com/haskoin/haskoin-core.git
bug-reports: http://github.com/haskoin/haskoin-core/issues
extra-source-files:
- data/*.json
- README.md
Expand All @@ -21,7 +21,7 @@ dependencies:
- aeson >= 1.4.6.0
- array >= 0.5.4.0
- base >=4.9 && <5
- base16 >= 0.3.0.1
- base16 >= 1.0
- binary >= 0.8.8
- bytes >= 0.17
- bytestring >= 0.10.10.0
Expand All @@ -41,7 +41,7 @@ dependencies:
- split >= 0.2.3.3
- safe >= 0.3.18
- scientific >= 0.3.6.2
- secp256k1-haskell >= 0.4.0
- secp256k1-haskell >= 0.7.0
- string-conversions >= 0.4.0.1
- text >= 1.2.3.0
- time >= 1.9.3
Expand Down
Loading

0 comments on commit 64ceb86

Please sign in to comment.