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

Felix Yan felixonmars at archlinux.org
Mon Dec 23 20:24:00 UTC 2019


    Date: Monday, December 23, 2019 @ 20:23:59
  Author: felixonmars
Revision: 539487

upgpkg: haskell-hledger-lib 1.16-1: rebuild with pandoc 2.8, pandoc-types 1.20, doctemplates 0.7.1, HsYAML 0.2.1.0, haddock-library 1.8.0, texmath 0.12, base-compat 0.11.0, base-compat-batteries 0.11.0, optparse-applicative 0.15.1.0, hledger 1.16, hledger-lib 1.16, hledger-ui 1.16, hledger-web 1.16

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 20:19:06 UTC (rev 539486)
+++ PKGBUILD	2019-12-23 20:23:59 UTC (rev 539487)
@@ -3,8 +3,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.15.2
-pkgrel=10
+pkgver=1.16
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
@@ -11,18 +11,19 @@
 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-fgl'
+         'haskell-data-default' 'haskell-decimal' '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-timeit' 'haskell-uglymemo'
-         'haskell-utf8-string')
+         'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit'
+         '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=('b5d5a8f12210732d0e65fe7f7c6dd78318d3ab552b8574d1e6dc07e765199c5e68a9589a630565d30ca7d6185dac79f4fcaa2b209d196771135a07c84977770e')
+sha512sums=('1160ab63aa4e85a55558aa91e2012360aa96cf8cdc14793b13db39a5cc9b5d7ddcdc50159ac98f32ef4d2c04eb75bcfa686a6b2398e67e1ed8d07338cd092356')
 
 prepare() {
     # It does nothing
     sed -e '/mtl-compat/d' \
+        -e 's/0.10.0.2/0.10.0/' \
         -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 



More information about the arch-commits mailing list