Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-incremental-parser
Commits: 892c4967 by Felix Yan at 2023-10-03T09:21:51+03:00 upgpkg: 0.5.0.5-13: rebuild with hashable 1.4.3.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = haskell-incremental-parser + pkgdesc = Generic parser library capable of providing partial results from partial input. + pkgver = 0.5.0.5 + pkgrel = 13 + url = https://hackage.haskell.org/package/incremental-parser + arch = x86_64 + license = GPL + makedepends = ghc + makedepends = haskell-quickcheck + makedepends = haskell-checkers + makedepends = haskell-tasty + makedepends = haskell-tasty-quickcheck + depends = ghc-libs + depends = haskell-input-parsers + depends = haskell-monoid-subclasses + depends = haskell-parsers + depends = haskell-rank2classes + source = https://hackage.haskell.org/packages/archive/incremental-parser/0.5.0.5/incremental-parser-0.5.0.5.tar.gz + sha512sums = 49d36023c0a021e401c5031b5254fe689c1259f136a00db86622ca15d83eef6e158fb763d1d3cd9bf229772cbe4eb949335196c414c7960c9c4b85459f06b4f5 + +pkgname = haskell-incremental-parser ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _hkgname=incremental-parser pkgname=haskell-incremental-parser pkgver=0.5.0.5 -pkgrel=12 +pkgrel=13 pkgdesc="Generic parser library capable of providing partial results from partial input." url="https://hackage.haskell.org/package/${_hkgname}" license=('GPL') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-incremental-parser/-/commit/892c49673fbf4c0831bb60f9ad12ac9ea41a782e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-incremental-parser/-/commit/892c49673fbf4c0831bb60f9ad12ac9ea41a782e You're receiving this email because of your account on gitlab.archlinux.org.
