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

Felix Yan felixonmars at archlinux.org
Fri Feb 16 02:47:23 UTC 2018


    Date: Friday, February 16, 2018 @ 02:47:22
  Author: felixonmars
Revision: 294790

upgpkg: haskell-tasty 1.0.1-1

rebuild with tasty-golden,2.3.1.3 tasty,1.0.1 tasty-rerun,1.1.10

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 02:41:08 UTC (rev 294789)
+++ PKGBUILD	2018-02-16 02:47:22 UTC (rev 294790)
@@ -4,18 +4,17 @@
 
 _hkgname=tasty
 pkgname=haskell-tasty
-pkgver=0.12.0.1
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock' 'haskell-mtl'
-         'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-stm' 'haskell-tagged'
-         'haskell-unbounded-delays')
+         'haskell-optparse-applicative' 'haskell-stm' 'haskell-tagged' 'haskell-unbounded-delays')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e48fd98fc99b100d0d1abaaefef0d9d557f0e052fe82da1bdaa6051edc41b35955e6d3a5e12b7686f83a6a4041e1555c0396ad0488c0e7a4a4947af221eba6f6')
+sha512sums=('c1cd513282016fc56f6aa735b49b7aaf9812b228d2ff3a32ace0f48043047649477ce3389d56745691c1dfaabcf015e53e1372bf5483ee442338c061f1ac48e5')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -22,7 +21,8 @@
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+            -fclock
     runhaskell Setup build
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list