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

Felix Yan felixonmars at archlinux.org
Sun Mar 7 17:02:19 UTC 2021


    Date: Sunday, March 7, 2021 @ 17:02:19
  Author: felixonmars
Revision: 886746

upgpkg: haskell-incremental-parser 0.5.0.1-41: rebuild with monoid-subclasses 1.1

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 17:00:18 UTC (rev 886745)
+++ PKGBUILD	2021-03-07 17:02:19 UTC (rev 886746)
@@ -4,7 +4,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.5.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Generic parser library capable of providing partial results from partial input."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('GPL')
@@ -11,11 +11,15 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-input-parsers' 'haskell-monoid-subclasses' 'haskell-parsers'
          'haskell-rank2classes')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
              'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('0cdebfb1fc07f85363f70909d268a8e4f7c1f8ad0444f138292851d1e466cac981a4752410eadccfa092d24c53e3a3535ba66437bab3a3520910239946e38739')
 
+prepare() {
+    uusi -u monoid-subclasses $_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list