[arch-commits] Commit in haskell-hledger-lib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 14 07:20:51 UTC 2019


    Date: Saturday, September 14, 2019 @ 07:20:51
  Author: felixonmars
Revision: 510459

upgpkg: haskell-hledger-lib 1.15.2-1

rebuild with hledger 1.15.2, hledger-lib 1.15.2, hledger-ui 1.15, hledger-web 1.15

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-14 07:19:22 UTC (rev 510458)
+++ PKGBUILD	2019-09-14 07:20:51 UTC (rev 510459)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.14.1
-pkgrel=46
+pkgver=1.15.2
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
@@ -11,13 +11,14 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-blaze-markup'
          'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 'haskell-cmdargs'
-         'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 'haskell-extra'
+         'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 'haskell-extra' 'haskell-fgl'
          'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 'haskell-megaparsec'
          'haskell-old-time' 'haskell-parser-combinators' 'haskell-pretty-show' 'haskell-regex-tdfa'
-         'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-uglymemo' 'haskell-utf8-string')
+         'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-timeit' 'haskell-uglymemo'
+         'haskell-utf8-string')
 makedepends=('ghc' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1f639631233b31889e67f3fd83f9ec1244f48f0d752247f6959a537ef2be1edfe3dbd5796099f36bb82974ac4b6d6a67b28283b25d15f2bcc68a29c4f1383676')
+sha512sums=('b5d5a8f12210732d0e65fe7f7c6dd78318d3ab552b8574d1e6dc07e765199c5e68a9589a630565d30ca7d6185dac79f4fcaa2b209d196771135a07c84977770e')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list