[arch-commits] Commit in haskell-incremental-parser/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 22 15:18:57 UTC 2020
Date: Wednesday, July 22, 2020 @ 15:18:57
Author: felixonmars
Revision: 664844
upgpkg: haskell-incremental-parser 0.5-1: rebuild with incremental-parser 0.5
Modified:
haskell-incremental-parser/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-22 15:01:54 UTC (rev 664843)
+++ PKGBUILD 2020-07-22 15:18:57 UTC (rev 664844)
@@ -3,17 +3,18 @@
_hkgname=incremental-parser
pkgname=haskell-incremental-parser
-pkgver=0.4.0.2
-pkgrel=11
+pkgver=0.5
+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' 'haskell-parsers' 'haskell-rank2classes')
+depends=('ghc-libs' 'haskell-input-parsers' '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=('ba9c7a597c6d7a78e5653c3408e2ba1c815ce530276be7817edcb76e0cdd12015908c9a47b8c37539756a37834117c04db5638eb2a52022d4b76367f13848f2e')
+sha512sums=('4adee2c72c009db5a379ae684dadb2c3b202f6f347ec592fb4189d27c6f927750c23f365a19f3df0f63c7554ff5eb9aaf0320a089f8a9942b3f3ba684b931152')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list