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

Felix Yan felixonmars at archlinux.org
Sat Feb 2 16:43:03 UTC 2019


    Date: Saturday, February 2, 2019 @ 16:43:01
  Author: felixonmars
Revision: 429184

upgpkg: haskell-hledger-lib 1.13-1

rebuild with hledger 1.13, hledger-api 1.13, hledger-lib 1.13, hledger-ui 1.13, hledger-web 1.13

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-02 16:28:18 UTC (rev 429183)
+++ PKGBUILD	2019-02-02 16:43:01 UTC (rev 429184)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.12
-pkgrel=10
+pkgver=1.13
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
@@ -12,12 +12,13 @@
 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-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-file-embed' 'haskell-glob' 'haskell-hashtables' 'haskell-here'
+         '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')
 makedepends=('ghc' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('c7404dd0eed468331c7ef5c4afc778dd58d631e28173ccce3ff057831f9acaecb7b727d18d18e07fc7484b219bd530906347dd115a308a14442dc483a993de2c')
+sha512sums=('758a352736e2fd8718d8ea605b265a315578c6cf583d2d2c1137c60bad097207bd7ef2f3c59f6399d960011dec8f1de920d650890f578b056cfd26f457016a9e')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list