mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
hledger: update to 1.27
This commit is contained in:
parent
409223b3b4
commit
3321dc3c8c
2 changed files with 25 additions and 4 deletions
22
srcpkgs/hledger/files/stack.yaml
Normal file
22
srcpkgs/hledger/files/stack.yaml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
resolver: lts-19.0
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- hledger-lib
|
||||||
|
- hledger
|
||||||
|
- hledger-ui
|
||||||
|
- hledger-web
|
||||||
|
|
||||||
|
extra-deps:
|
||||||
|
# for hledger-lib:
|
||||||
|
- breakpoint-0.1.0.0
|
||||||
|
# for hledger:
|
||||||
|
# for hledger-ui:
|
||||||
|
- brick-1.0
|
||||||
|
- bimap-0.5.0
|
||||||
|
- text-zipper-0.12
|
||||||
|
- vty-5.36
|
||||||
|
# for hledger-web:
|
||||||
|
# for Shake.hs:
|
||||||
|
|
||||||
|
ghc-options:
|
||||||
|
"$locals": -fplugin Debug.Breakpoint
|
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'hledger'
|
# Template file for 'hledger'
|
||||||
pkgname=hledger
|
pkgname=hledger
|
||||||
version=1.25
|
version=1.27
|
||||||
revision=1
|
revision=1
|
||||||
build_style=haskell-stack
|
build_style=haskell-stack
|
||||||
stackage="lts-19.0"
|
|
||||||
makedepends="zlib-devel ncurses-devel"
|
makedepends="zlib-devel ncurses-devel"
|
||||||
short_desc="Simple, precise, plain text accounting"
|
short_desc="Simple, precise, plain text accounting"
|
||||||
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
maintainer="Inokentiy Babushkin <twk@twki.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://hledger.org/"
|
homepage="https://hledger.org/"
|
||||||
changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
|
changelog="https://hackage.haskell.org/package/hledger-${version}/changelog"
|
||||||
distfiles="https://github.com/simonmichael/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/simonmichael/hledger/archive/${version}.tar.gz"
|
||||||
checksum=4c947c2a7d243d2a56efc1fa02994a118e995df025a412f6d2daeadfd78338ee
|
checksum=1a3d1d321cf5fb9ae6d214a5a4a71775680a8146cf43f77e523a2e6c0af9d366
|
||||||
nopie_files="/usr/bin/hledger"
|
nopie_files="/usr/bin/hledger"
|
||||||
nocross=yes # Can't yet cross compile Haskell
|
nocross=yes # Can't yet cross compile Haskell
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue