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

Felix Yan felixonmars at archlinux.org
Thu May 17 10:52:29 UTC 2018


    Date: Thursday, May 17, 2018 @ 10:52:28
  Author: felixonmars
Revision: 323664

upgpkg: haskell-easytest 0.2-2

rebuild with ghc 8.4.2

Modified:
  haskell-easytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 10:51:47 UTC (rev 323663)
+++ PKGBUILD	2018-05-17 10:52:28 UTC (rev 323664)
@@ -4,13 +4,13 @@
 _hkgname=easytest
 pkgname=haskell-easytest
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, expressive testing library"
 url="https://github.com/joelburget/easytest"
 license=('MIT')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-call-stack' 'haskell-mtl' 'haskell-stm'
-         'haskell-random' 'haskell-text')
+depends=('ghc-libs' 'haskell-async' 'haskell-call-stack'
+         'haskell-random')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('6509950950eda804b3a8eac8130857c19877944e4e8b653bc20189c65c9070cebfb55bd3b68ac0a22aa25fd6e040f36c10d37c70778a0f1e1b2b4c68188eda97')



More information about the arch-commits mailing list