Fine tune the cabal configuration #12

Merged
pitmutt merged 4 commits from rav001 into dev040 2024-02-23 01:29:25 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit f818586b33 - Show all commits

View File

@ -58,7 +58,7 @@ execCargo verbosity command args = do
IODataModeBinary
rsMake :: Verbosity -> IO ()
rsMake verbosity = execCargo verbosity "+nightly-2024-02-04" ["cbuild"]
rsMake verbosity = execCargo verbosity "cbuild" []
rsAddDirs :: LocalBuildInfo -> IO LocalBuildInfo
rsAddDirs lbi' = do

View File

@ -0,0 +1,4 @@
[toolchain]
channel = "nightly-2024-02-04"
components = [ "rustfmt", "rustc-dev"]
profile = "minimal"

View File

@ -5,7 +5,7 @@ cabal-version: 3.0
-- see: https://github.com/sol/hpack
name: zcash-haskell
version: 0.4.2.1
version: 0.4.2.2
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>
category: Blockchain