Merge pull request 'Fine tune the cabal
configuration' (#12) from rav001 into dev040
Reviewed-on: #12
This commit is contained in:
commit
75cc947dda
4 changed files with 6 additions and 4 deletions
2
Setup.hs
2
Setup.hs
|
@ -58,7 +58,7 @@ execCargo verbosity command args = do
|
||||||
IODataModeBinary
|
IODataModeBinary
|
||||||
|
|
||||||
rsMake :: Verbosity -> IO ()
|
rsMake :: Verbosity -> IO ()
|
||||||
rsMake verbosity = execCargo verbosity "+nightly-2024-02-04" ["cbuild"]
|
rsMake verbosity = execCargo verbosity "cbuild" []
|
||||||
|
|
||||||
rsAddDirs :: LocalBuildInfo -> IO LocalBuildInfo
|
rsAddDirs :: LocalBuildInfo -> IO LocalBuildInfo
|
||||||
rsAddDirs lbi' = do
|
rsAddDirs lbi' = do
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
packages: ./*.cabal
|
packages: ./*.cabal
|
||||||
with-compiler: ghc-9.4.8
|
with-compiler: ghc-9.4.8
|
||||||
|
|
||||||
static: true
|
|
||||||
|
|
||||||
source-repository-package
|
source-repository-package
|
||||||
type: git
|
type: git
|
||||||
location: https://git.vergara.tech/Vergara_Tech/haskell-foreign-rust.git
|
location: https://git.vergara.tech/Vergara_Tech/haskell-foreign-rust.git
|
||||||
|
|
4
librustzcash-wrapper/rust-toolchain.toml
Normal file
4
librustzcash-wrapper/rust-toolchain.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[toolchain]
|
||||||
|
channel = "nightly-2024-02-04"
|
||||||
|
components = [ "rustfmt", "rustc-dev"]
|
||||||
|
profile = "minimal"
|
|
@ -5,7 +5,7 @@ cabal-version: 3.0
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: zcash-haskell
|
name: zcash-haskell
|
||||||
version: 0.4.2.1
|
version: 0.4.2.2
|
||||||
synopsis: Utilities to interact with the Zcash blockchain
|
synopsis: Utilities to interact with the Zcash blockchain
|
||||||
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
||||||
category: Blockchain
|
category: Blockchain
|
||||||
|
|
Loading…
Reference in a new issue