Upgrade HexString
This commit is contained in:
parent
5db66dcf39
commit
5b6f5fa8e2
3 changed files with 4 additions and 4 deletions
|
@ -10,4 +10,4 @@ source-repository-package
|
|||
source-repository-package
|
||||
type: git
|
||||
location: https://git.vergara.tech/Vergara_Tech/haskell-hexstring.git
|
||||
tag: fd1ddce73c0ad18a2a4509a299c6e93f8c6c383d
|
||||
tag: 39d8da7b11a80269454c2f134a5c834e0f3cb9a7
|
||||
|
|
|
@ -99,7 +99,7 @@ constraints: any.Cabal ==3.8.1.0,
|
|||
hashable +integer-gmp -random-initial-seed,
|
||||
any.haskell-lexer ==1.1.1,
|
||||
any.haskoin-core ==1.0.4,
|
||||
any.hexstring ==0.12.0,
|
||||
any.hexstring ==0.12.1.0,
|
||||
any.hourglass ==0.2.12,
|
||||
any.hsc2hs ==0.68.10,
|
||||
hsc2hs -in-ghc-tree,
|
||||
|
|
|
@ -51,7 +51,7 @@ library
|
|||
, cryptonite
|
||||
, foreign-rust
|
||||
, generics-sop
|
||||
, hexstring >=0.12
|
||||
, hexstring >=0.12.1
|
||||
, http-conduit
|
||||
, memory
|
||||
, text
|
||||
|
@ -72,7 +72,7 @@ test-suite zcash-haskell-test
|
|||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, haskoin-core
|
||||
, hexstring
|
||||
, hexstring >= 0.12.1
|
||||
, hspec
|
||||
, QuickCheck
|
||||
, quickcheck-transformer
|
||||
|
|
Loading…
Reference in a new issue