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

Felix Yan felixonmars at archlinux.org
Wed Oct 3 12:09:04 UTC 2018


    Date: Wednesday, October 3, 2018 @ 12:09:02
  Author: felixonmars
Revision: 389191

upgpkg: haskell-hledger-lib 1.11-1

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

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-03 12:02:47 UTC (rev 389190)
+++ PKGBUILD	2018-10-03 12:09:02 UTC (rev 389191)
@@ -3,21 +3,21 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.10
-pkgrel=19
+pkgver=1.11
+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-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-parser-combinators'
-             'haskell-test-framework' 'haskell-test-framework-hunit')
+         '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')
+makedepends=('ghc' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4ef569d05e29c49ecff4c61b71bf3e1992fd3811c3663570eabb0370065b066f4b3323f714d376ac0f49841fd0a3c739ed4a8a21c00da0f94982c57cf0507ba7')
+sha512sums=('06dcba6350166c85ec6e41ec478b7faba3eceb30958abfe7d6beeb2629a10431bf37a05f6d1660db3e36be7bfb437fd908fa382f2d78c9a2155d61dc9143e058')
 
 prepare() {
     # It does nothing



More information about the arch-commits mailing list