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

Felix Yan felixonmars at archlinux.org
Mon Oct 15 13:35:02 UTC 2018


    Date: Monday, October 15, 2018 @ 13:35:01
  Author: felixonmars
Revision: 394154

upgpkg: haskell-tasty-expected-failure 0.11.1.1-16

rebuild with ghc 8.6.1

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 13:32:34 UTC (rev 394153)
+++ PKGBUILD	2018-10-15 13:35:01 UTC (rev 394154)
@@ -4,7 +4,7 @@
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
 pkgver=0.11.1.1
-pkgrel=15
+pkgrel=16
 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=('de96c0046adfe09c66b49bcf9e6917657f49506f708ca9b5238fbfc1700748c0574a291bb15cd871663103cc21e32cae1c80edfc3b45efe959ccc8c64780f78a')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *4.12/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list