[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 3 09:26:19 UTC 2018
Date: Monday, December 3, 2018 @ 09:26:18
Author: felixonmars
Revision: 410879
upgpkg: haskell-hledger-lib 1.12-1
rebuild with megaparsec 7.0.4, config-ini 0.2.4.0, hledger 1.12, hledger-api 1.12, hledger-lib 1.12, hledger-ui 1.12, hledger-web 1.12, hspec-megaparsec 2.0.0, cassava-megaparsec 2.0.0, neat-interpolation 0.3.2.4, stack 1.9.3
Modified:
haskell-hledger-lib/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-03 09:26:00 UTC (rev 410878)
+++ PKGBUILD 2018-12-03 09:26:18 UTC (rev 410879)
@@ -3,8 +3,8 @@
_hkgname=hledger-lib
pkgname=haskell-hledger-lib
-pkgver=1.11.1
-pkgrel=9
+pkgver=1.12
+pkgrel=1
pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
url="http://hledger.org"
license=("GPL")
@@ -17,12 +17,11 @@
'haskell-split' 'haskell-tabular' 'haskell-uglymemo' 'haskell-utf8-string')
makedepends=('ghc' 'haskell-doctest')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e9ff28efe6b1633d307006fbf705fbbb00dd123d31939812c4c0ccf7cd90a63a738e3077ce4b329098af30b980142a11fdf37bf56ab378ffd3cab13e31783fbc')
+sha512sums=('c7404dd0eed468331c7ef5c4afc778dd58d631e28173ccce3ff057831f9acaecb7b727d18d18e07fc7484b219bd530906347dd115a308a14442dc483a993de2c')
prepare() {
# It does nothing
sed -e '/mtl-compat/d' \
- -e 's/< *4.12/<5/' \
-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
}
More information about the arch-commits
mailing list