Update to new installer of zcash-haskell
This commit is contained in:
parent
cfa81ebb89
commit
54681e8f0d
2 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 75cc947dda2dd24acd166cf17fadd5fb3243c22a
|
||||
Subproject commit ef93147f22a72cf3a5ffc2db686626d75704024a
|
|
@ -62,6 +62,7 @@ library
|
|||
, vector
|
||||
, vty
|
||||
, zcash-haskell
|
||||
--pkgconfig-depends: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
||||
executable zenith
|
||||
|
@ -80,7 +81,7 @@ executable zenith
|
|||
, text
|
||||
, time
|
||||
, zenith
|
||||
extra-libraries: rustzcash_wrapper
|
||||
pkgconfig-depends: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
||||
test-suite zenith-tests
|
||||
|
@ -102,5 +103,5 @@ test-suite zenith-tests
|
|||
, hspec
|
||||
, zcash-haskell
|
||||
, zenith
|
||||
extra-libraries: rustzcash_wrapper
|
||||
pkgconfig-depends: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
|
Loading…
Reference in a new issue