[arch-commits] Commit in haskell-exceptions/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 31 21:28:29 UTC 2020
Date: Tuesday, March 31, 2020 @ 21:28:29
Author: felixonmars
Revision: 608353
upgpkg: haskell-exceptions 0.10.4-24: rebuild with QuickCheck 2.14
Modified:
haskell-exceptions/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-31 20:54:12 UTC (rev 608352)
+++ PKGBUILD 2020-03-31 21:28:29 UTC (rev 608353)
@@ -4,7 +4,7 @@
_hkgname=exceptions
pkgname=haskell-exceptions
pkgver=0.10.4
-pkgrel=23
+pkgrel=24
pkgdesc="Extensible optionally-pure exceptions"
url="https://github.com/ekmett/exceptions/"
license=("BSD")
@@ -15,6 +15,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('3df1edb4abab8e2e2dbd7387809d9768efca36c6840225ce33bee8679a4efdcf86d28beafb54a9a40e512163e4d088f94e788341bf614869bbdbd9d701bca4a2')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *2.14/<3/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list