Compare commits
No commits in common. "419f041ca9d1dd921673721c56a673fe1dc058e8" and "d0d9a1837bfbef725ee668f05823994f25f25773" have entirely different histories.
419f041ca9
...
d0d9a1837b
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
cabal-version: 3.0
|
cabal-version: 3.8
|
||||||
|
|
||||||
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
||||||
--
|
--
|
||||||
|
@ -57,7 +57,7 @@ library
|
||||||
, text
|
, text
|
||||||
build-tool-depends:
|
build-tool-depends:
|
||||||
c2hs:c2hs
|
c2hs:c2hs
|
||||||
default-language: Haskell2010
|
default-language: GHC2021
|
||||||
|
|
||||||
test-suite zcash-haskell-test
|
test-suite zcash-haskell-test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
@ -75,4 +75,4 @@ test-suite zcash-haskell-test
|
||||||
, text
|
, text
|
||||||
, zcash-haskell
|
, zcash-haskell
|
||||||
pkgconfig-depends: rustzcash_wrapper
|
pkgconfig-depends: rustzcash_wrapper
|
||||||
default-language: Haskell2012
|
default-language: GHC2021
|
||||||
|
|
Loading…
Reference in a new issue