Update to new installer of `zcash-haskell`

This commit is contained in:
Rene Vergara 2024-02-25 16:23:32 -06:00
parent cfa81ebb89
commit 54681e8f0d
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 75cc947dda2dd24acd166cf17fadd5fb3243c22a
Subproject commit ef93147f22a72cf3a5ffc2db686626d75704024a

View File

@ -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