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

Felix Yan felixonmars at archlinux.org
Thu May 17 17:12:35 UTC 2018


    Date: Thursday, May 17, 2018 @ 17:12:34
  Author: felixonmars
Revision: 323923

upgpkg: haskell-tasty-rerun 1.1.10-11

rebuild with ghc 8.4.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 17:06:45 UTC (rev 323922)
+++ PKGBUILD	2018-05-17 17:12:34 UTC (rev 323923)
@@ -5,17 +5,22 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.10
-pkgrel=10
+pkgrel=11
 pkgdesc="Run tests by filtering the test tree depending on the result of previous test runs"
 url="https://github.com/ocharles/tasty-rerun"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-reducers'
-         'haskell-split' 'haskell-stm' 'haskell-tagged' 'haskell-tasty')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-reducers'
+         'haskell-split' 'haskell-tagged' 'haskell-tasty')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('021e330feaf0ca1174655dbda9169efd165466fc2452bb835b4b4a05b78fff0e1d892f5b9f9ea05d418b7f63278642ae48a0ff873a1030b355b28338f7c16111')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/<.*4.11/<5/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list