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

Felix Yan felixonmars at archlinux.org
Mon Jul 9 13:22:46 UTC 2018


    Date: Monday, July 9, 2018 @ 13:22:46
  Author: felixonmars
Revision: 355899

upgpkg: haskell-hledger-lib 1.10-1

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

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-09 13:02:33 UTC (rev 355898)
+++ PKGBUILD	2018-07-09 13:22:46 UTC (rev 355899)
@@ -4,21 +4,21 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.9.1
-pkgrel=19
+pkgver=1.10
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 'haskell-blaze-markup'
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 'haskell-blaze-markup'
          'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 'haskell-decimal' 'haskell-extra'
          'haskell-hashtables' 'haskell-megaparsec' 'haskell-old-time' 'haskell-pretty-show'
          'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-uglymemo'
          'haskell-utf8-string' 'haskell-hunit')
-makedepends=('ghc' 'haskell-doctest' 'haskell-easytest' 'haskell-glob' 'haskell-test-framework'
-             'haskell-test-framework-hunit')
+makedepends=('ghc' 'haskell-doctest' 'haskell-easytest' 'haskell-glob' 'haskell-parser-combinators'
+             'haskell-test-framework' 'haskell-test-framework-hunit')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4fc4065d22a5531ef01e733b1916689320495d52ea03e3c5d7b239bae1cad175ff495ecbeca6ae3669497d406780282e14e2e20c7c01628d835147a862a6498a')
+sha512sums=('4ef569d05e29c49ecff4c61b71bf3e1992fd3811c3663570eabb0370065b066f4b3323f714d376ac0f49841fd0a3c739ed4a8a21c00da0f94982c57cf0507ba7')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list