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

Felix Yan felixonmars at archlinux.org
Tue Mar 31 22:43:22 UTC 2020


    Date: Tuesday, March 31, 2020 @ 22:43:21
  Author: felixonmars
Revision: 608481

upgpkg: haskell-hsyaml 0.2.1.0-19: rebuild with QuickCheck 2.14

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-31 22:31:43 UTC (rev 608480)
+++ PKGBUILD	2020-03-31 22:43:21 UTC (rev 608481)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
 pkgver=0.2.1.0
-pkgrel=18
+pkgrel=19
 pkgdesc="Pure Haskell YAML 1.2 processor"
 url="https://github.com/hvr/HsYAML"
 license=('GPL')
@@ -13,6 +13,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('f8ad41a99e48183835093ad8bf6a3fbdf4b9ad9df3bea46b12efd55a9555c22bd2595c72b1ac2e73379ab47e21f6cbf9022412db8971e1c7c02a32e824f53304')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/== 2.13.\*//' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list