Compare commits
No commits in common. "54681e8f0d51980a1698f4863210f5932a7d2133" and "aaa10aea0fda7478a215d2083341539c29664aa6" have entirely different histories.
54681e8f0d
...
aaa10aea0f
2 changed files with 3 additions and 4 deletions
|
@ -1 +1 @@
|
|||
Subproject commit ef93147f22a72cf3a5ffc2db686626d75704024a
|
||||
Subproject commit 75cc947dda2dd24acd166cf17fadd5fb3243c22a
|
|
@ -62,7 +62,6 @@ library
|
|||
, vector
|
||||
, vty
|
||||
, zcash-haskell
|
||||
--pkgconfig-depends: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
||||
executable zenith
|
||||
|
@ -81,7 +80,7 @@ executable zenith
|
|||
, text
|
||||
, time
|
||||
, zenith
|
||||
pkgconfig-depends: rustzcash_wrapper
|
||||
extra-libraries: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
||||
test-suite zenith-tests
|
||||
|
@ -103,5 +102,5 @@ test-suite zenith-tests
|
|||
, hspec
|
||||
, zcash-haskell
|
||||
, zenith
|
||||
pkgconfig-depends: rustzcash_wrapper
|
||||
extra-libraries: rustzcash_wrapper
|
||||
default-language: GHC2021
|
||||
|
|
Loading…
Reference in a new issue