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

Felix Yan felixonmars at archlinux.org
Sun Jun 24 06:01:48 UTC 2018


    Date: Sunday, June 24, 2018 @ 06:01:48
  Author: felixonmars
Revision: 344884

upgpkg: haskell-tasty 1.1.0.2-1

rebuild with tasty 1.1.0.2

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-24 06:01:10 UTC (rev 344883)
+++ PKGBUILD	2018-06-24 06:01:48 UTC (rev 344884)
@@ -4,7 +4,7 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=1.1.0.1
+pkgver=1.1.0.2
 pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
@@ -11,10 +11,11 @@
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock'
-         'haskell-optparse-applicative' 'haskell-tagged' 'haskell-unbounded-delays')
+         'haskell-optparse-applicative' 'haskell-tagged' 'haskell-unbounded-delays'
+         'haskell-wcwidth')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2925285eaab147211dd550217af01e2a978d1aab20c5a2cb7ff6440c428c2e12aaa6a80ed9b11bec31a9ec3837074941ea8e84a2d4092c0b87bf55ca2b67084a')
+sha512sums=('9f992605051302be51376c5c6d57aba0c4bfb3a21ddd5693f2691f1917de9d42a5c6f322793a9f6b2fe0260d150e6bf38a987729509dbacb9aaf590de73369d0')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list