Date: Tuesday, May 19, 2020 @ 11:08:45 Author: felixonmars Revision: 629872
upgpkg: haskell-incremental-parser 0.4.0.2-1: rebuild with incremental-parser 0.4.0.2 Modified: haskell-incremental-parser/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 11:06:33 UTC (rev 629871) +++ PKGBUILD 2020-05-19 11:08:45 UTC (rev 629872) @@ -3,8 +3,8 @@ _hkgname=incremental-parser pkgname=haskell-incremental-parser -pkgver=0.4.0.1 -pkgrel=13 +pkgver=0.4.0.2 +pkgrel=1 pkgdesc="Generic parser library capable of providing partial results from partial input." url="https://hackage.haskell.org/package/${_hkgname}" license=('GPL') @@ -13,13 +13,8 @@ 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=('a3168ad1282074cf9cc813c8eee35c3ab09d326139d76c0534e566c25278998f2d09db4eda29a8dd920daef54edde92afc1ab63658976d7dc8db3c2cbf41af2c') +sha512sums=('ba9c7a597c6d7a78e5653c3408e2ba1c815ce530276be7817edcb76e0cdd12015908c9a47b8c37539756a37834117c04db5638eb2a52022d4b76367f13848f2e') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
