[arch-commits] Commit in haskell-tasty-expected-failure/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 12 20:18:01 UTC 2020


    Date: Saturday, September 12, 2020 @ 20:18:01
  Author: felixonmars
Revision: 704744

upgpkg: haskell-tasty-expected-failure 0.12.1-7: rebuild with ansi-terminal 0.11

Modified:
  haskell-tasty-expected-failure/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 20:16:24 UTC (rev 704743)
+++ PKGBUILD	2020-09-12 20:18:01 UTC (rev 704744)
@@ -4,7 +4,7 @@
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
 pkgver=0.12.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Mark tasty tests as failure expected"
 url="https://github.com/nomeata/tasty-expected-failure"
 license=("MIT")
@@ -16,6 +16,12 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('95aab402489e21b78a13f3a8ea49df0cb14ae4f20cc4e31662a7e8179d468c5a66caa9c135f3b111253ca8fa196dddb2c041a9e233882d73003b39572331dd73')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    # https://github.com/nomeata/tasty-expected-failure/issues/21
+    sed -i 's/2000/10000/' Test/Tasty/ExpectedFailure.hs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list