[arch-commits] Commit in haskell-tagstream-conduit/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jan 13 18:10:16 UTC 2020


    Date: Monday, January 13, 2020 @ 18:10:15
  Author: felixonmars
Revision: 552394

upgpkg: haskell-tagstream-conduit 0.5.5.3-315: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 18:05:38 UTC (rev 552393)
+++ PKGBUILD	2020-01-13 18:10:15 UTC (rev 552394)
@@ -4,7 +4,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=314
+pkgrel=315
 pkgdesc="Streamlined html tag parser"
 url="https://github.com/yihuang/tagstream-conduit"
 license=("BSD")
@@ -13,9 +13,16 @@
          "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" "haskell-resourcet"
          "haskell-xml-conduit")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+        tagstream-conduit-monadfail.patch::https://github.com/yihuang/tagstream-conduit/commit/9b31798bfb3ae637bb69ed805a7a2459ca79a3d1.patch)
+sha512sums=('84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154'
+            'c486a57bbc04ad6d3cff389f35be12d1ce6d891daf7e32fa166928cd7ce33ecedbcc2906023445c229bd8acc8d1b5694835da11f2f88eb3f42b93ba58504ce60')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    patch -p1 -i ../tagstream-conduit-monadfail.patch
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list