[arch-commits] Commit in haskell-blaze-textual/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 23 01:38:20 UTC 2021


    Date: Wednesday, June 23, 2021 @ 01:38:19
  Author: felixonmars
Revision: 966960

upgpkg: haskell-blaze-textual 0.2.1.0-64: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-blaze-textual/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-23 00:44:46 UTC (rev 966959)
+++ PKGBUILD	2021-06-23 01:38:19 UTC (rev 966960)
@@ -3,7 +3,7 @@
 _hkgname=blaze-textual
 pkgname=haskell-blaze-textual
 pkgver=0.2.1.0
-pkgrel=63
+pkgrel=64
 pkgdesc="Fast rendering of common datatypes"
 url="http://github.com/bos/blaze-textual"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('1042795ab0bab891c034c24a51bafecbb89870ccd28af39534ab3d9ae7f46c2d')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i '/import GHC.Num (quotRemInteger)/d' Blaze/Text/Int.hs
+}
+
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list