[arch-commits] Commit in haskell-wizards/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Apr 23 23:23:21 UTC 2020
Date: Thursday, April 23, 2020 @ 23:23:21
Author: felixonmars
Revision: 618448
upgpkg: haskell-wizards 1.0.3-8: rebuild with ghc 8.10.1
Modified:
haskell-wizards/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 23:23:12 UTC (rev 618447)
+++ PKGBUILD 2020-04-23 23:23:21 UTC (rev 618448)
@@ -4,7 +4,7 @@
_hkgname=wizards
pkgname=haskell-wizards
pkgver=1.0.3
-pkgrel=7
+pkgrel=8
pkgdesc="High level, generic library for interrogative user interfaces"
url="https://hackage.haskell.org/package/wizards"
license=("custom:BSD2")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('74289bce609954ecd2d16729b67f4655ebfa2b5211303c2c64c1a7636e78e2b1dc3823472be8d5851fc490d9ff80559bdfbfda59cc753b60cacc4dd1b512663c')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *0.8/<1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list