Merge pull request 'Fine tune the `cabal` configuration' (#12) from rav001 into dev040

Reviewed-on: #12
This commit is contained in:
pitmutt 2024-02-23 01:29:24 +00:00 committed by Vergara Technologies LLC
commit 75cc947dda
Signed by: Vergara Technologies LLC
GPG Key ID: 99DB473BB4715618
4 changed files with 6 additions and 4 deletions

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

@ -1,8 +1,6 @@
packages: ./*.cabal
with-compiler: ghc-9.4.8
static: true
source-repository-package
type: git
location: https://git.vergara.tech/Vergara_Tech/haskell-foreign-rust.git

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