Upgrade to LTS 20.8

This commit is contained in:
Rene Vergara 2023-01-22 07:52:11 -06:00
parent e90e82de76
commit 1f9c6ba0e8
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
6 changed files with 25 additions and 19 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
### [0.3.3]
### Changed
- Upgrade to Haskell LTS 20.8 and GHC 9.2.5
## [0.3.2] ## [0.3.2]
### Changed ### Changed

View File

@ -10,6 +10,8 @@
Zcash Full Node CLI Zcash Full Node CLI
``` ```
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
Zenith is a command-line interface for the Zcash Full Node (`zcashd`). It has the following features: Zenith is a command-line interface for the Zcash Full Node (`zcashd`). It has the following features:
- Listing transparent and shielded addresses and balances known to the node, including viewing-only. - Listing transparent and shielded addresses and balances known to the node, including viewing-only.

View File

@ -1,6 +1,6 @@
name: zenith name: zenith
version: 0.3.2 version: 0.3.3
git: "https://gitlab.com/pitmutt/zenith" git: "https://git.vergara.tech/Vergara_Tech/zenith"
license: BOSL license: BOSL
author: "Rene Vergara" author: "Rene Vergara"
maintainer: "rene@vergara.network" maintainer: "rene@vergara.network"
@ -18,7 +18,7 @@ synopsis: Haskell CLI for Zcash Full Node
# To avoid duplicated efforts in documentation and dealing with the # To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is # complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file. # common to point users to the README.md file.
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenith#readme> description: Please see the README on repo at <https://git.vergara.tech/Vergara_Tech/zenith#readme>
dependencies: dependencies:
- base >= 4.7 && < 5 - base >= 4.7 && < 5

View File

@ -17,8 +17,7 @@
# #
# resolver: ./custom-snapshot.yaml # resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: resolver: lts-20.8
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/9.yaml
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.

View File

@ -5,20 +5,19 @@
packages: packages:
- completed: - completed:
commit: 085c16fb21b9f856a435a3faab980e7e0b319341
git: https://github.com/reach-sh/haskell-hexstring.git
name: hexstring name: hexstring
version: 0.11.1
git: https://github.com/reach-sh/haskell-hexstring.git
pantry-tree: pantry-tree:
size: 687
sha256: 9ecf67856f59dfb382b283eceb42e4fc1865935d1a7e59111556ed381c6a2ffd sha256: 9ecf67856f59dfb382b283eceb42e4fc1865935d1a7e59111556ed381c6a2ffd
commit: 085c16fb21b9f856a435a3faab980e7e0b319341 size: 687
version: 0.11.1
original: original:
git: https://github.com/reach-sh/haskell-hexstring.git
commit: 085c16fb21b9f856a435a3faab980e7e0b319341 commit: 085c16fb21b9f856a435a3faab980e7e0b319341
git: https://github.com/reach-sh/haskell-hexstring.git
snapshots: snapshots:
- completed: - completed:
size: 618507 sha256: bfafe5735ccb74527d754b1f9999ded72d7c3a6c3a88529449661431ccfbd6cc
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/9.yaml size: 649327
sha256: 190a93d09d9d7bccc78a0f00d6fc0350eed76bc533611e5971202800805dd00e url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/8.yaml
original: original: lts-20.8
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/9.yaml

View File

@ -1,13 +1,13 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4. -- This file has been generated from package.yaml by hpack version 0.35.0.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: zenith name: zenith
version: 0.3.1.0 version: 0.3.3
synopsis: Haskell CLI for Zcash Full Node synopsis: Haskell CLI for Zcash Full Node
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenith#readme> description: Please see the README on repo at <https://git.vergara.tech/Vergara_Tech/zenith#readme>
author: Rene Vergara author: Rene Vergara
maintainer: rene@vergara.network maintainer: rene@vergara.network
copyright: Copyright (c) 2022 Vergara Technologies LLC copyright: Copyright (c) 2022 Vergara Technologies LLC
@ -21,7 +21,7 @@ extra-source-files:
source-repository head source-repository head
type: git type: git
location: https://gitlab.com/pitmutt/zenith location: https://git.vergara.tech/Vergara_Tech/zenith
library library
exposed-modules: exposed-modules: