[arch-commits] Commit in haskell-incremental-parser/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 23 13:00:26 UTC 2020


    Date: Sunday, February 23, 2020 @ 13:00:23
  Author: felixonmars
Revision: 579767

upgpkg: haskell-incremental-parser 0.4-1: rebuild with incremental-parser 0.4

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 12:54:46 UTC (rev 579766)
+++ PKGBUILD	2020-02-23 13:00:23 UTC (rev 579767)
@@ -3,17 +3,17 @@
 
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
-pkgver=0.3.3
-pkgrel=27
+pkgver=0.4
+pkgrel=1
 pkgdesc="Generic parser library capable of providing partial results from partial input."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('GPL')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-monoid-subclasses')
+depends=('ghc-libs' 'haskell-monoid-subclasses' 'haskell-parsers' 'haskell-rank2classes')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2a1b1c0831a45c242537c880e955290bf32d8422375a96675fb1028ac304fdf5cc4cf9349076202da2573ef2adf7e4d3f3135fdf63aae2656cbec37cf7c9bf28')
+sha512sums=('ee02235b3a0ad2828dfcafaf460aeea03b097284354983be8bfeec82a61c8b27aa27e30e3c453a0e0cd8fb77d82fdb2b375b1639c041d16eeb33a2c2de8b793e')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list