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

Felix Yan felixonmars at archlinux.org
Tue Dec 12 08:02:28 UTC 2017


    Date: Tuesday, December 12, 2017 @ 08:02:27
  Author: felixonmars
Revision: 273958

upgpkg: haskell-criterion 1.2.6.0-1

Modified:
  haskell-criterion/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-12 08:01:06 UTC (rev 273957)
+++ PKGBUILD	2017-12-12 08:02:27 UTC (rev 273958)
@@ -4,8 +4,8 @@
 
 _hkgname=criterion
 pkgname=haskell-criterion
-pkgver=1.2.5.0
-pkgrel=2
+pkgver=1.2.6.0
+pkgrel=1
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion"
 license=("custom:BSD3")
@@ -15,15 +15,16 @@
          'haskell-microstache' 'haskell-mtl' 'haskell-mwc-random' 'haskell-optparse-applicative'
          'haskell-parsec' 'haskell-semigroups' 'haskell-statistics' 'haskell-text'
          'haskell-transformers-compat' 'haskell-vector' 'haskell-vector-algorithms')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+             'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6a65d411ebd05b92ccb401ae0cd3835541a83b1f367fed5197e45b680af8e6accc5e6f4e70f9d931ee7567dc1f697a8b3993da7059b8060730728b9d71cae1a1')
+sha512sums=('81f72f4abc054a5ea70098e0fd86823c2ad30ee0616be711d87e416f1726409dd2afbef9286b433333fd45398d0eda65e8bd21c8f3d369fa8189651bea67a9dc')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-fast -f-embed-data-files
     runhaskell Setup build
@@ -33,6 +34,11 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list