[arch-commits] Commit in haskell-tasty-expected-failure/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Apr 24 06:24:07 UTC 2020
Date: Friday, April 24, 2020 @ 06:24:07
Author: felixonmars
Revision: 618850
upgpkg: haskell-tasty-expected-failure 0.11.1.2-17: rebuild with ghc 8.10.1, protolude 0.3.0, repline 0.3.0.0
Modified:
haskell-tasty-expected-failure/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-24 06:23:00 UTC (rev 618849)
+++ PKGBUILD 2020-04-24 06:24:07 UTC (rev 618850)
@@ -4,7 +4,7 @@
_hkgname=tasty-expected-failure
pkgname=haskell-tasty-expected-failure
pkgver=0.11.1.2
-pkgrel=16
+pkgrel=17
pkgdesc="Mark tasty tests as failure expected"
url="https://github.com/nomeata/tasty-expected-failure"
license=("MIT")
@@ -14,6 +14,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('31f89d64a1f700a2563b291d287f559e023b0b1059cf5ad35eb9a8b2d4a7d90b2ffced828017b3e86d7ece0b125787f7512e9f4745c75d38bbc688e09031aae5')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list