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

Felix Yan felixonmars at archlinux.org
Mon Jan 15 18:03:42 UTC 2018


    Date: Monday, January 15, 2018 @ 18:03:41
  Author: felixonmars
Revision: 282821

upgpkg: haskell-data-dword 0.3.1.2-1

rebuild with data-dword,0.3.1.2

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 18:00:04 UTC (rev 282820)
+++ PKGBUILD	2018-01-15 18:03:41 UTC (rev 282821)
@@ -3,22 +3,22 @@
 
 _hkgname=data-dword
 pkgname=haskell-data-dword
-pkgver=0.3.1.1
-pkgrel=8
+pkgver=0.3.1.2
+pkgrel=1
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword"
 license=('custom:BSD3')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
-makedepends=('ghc')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('5d6fd9c6641ebf5ea0e2508cbda8e95357a9b4e9ad27474e5160a53b66b2eb8e423417b0ebdf09ad3ae02ea008ed34b930f13bb6aa5f9f3882220e9e528c55c3')
+sha512sums=('1578dd21cb9e0856a6628f93d0617249895d34741f7c8d43547863e2dadd815ea9732b216d10cbdcaf149057222ae355af86423efa45795fd5a6d2da0ce6ed96')
 
 build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
     runhaskell Setup register --gen-script
@@ -27,8 +27,13 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
+    cd $_hkgname-$pkgver
 
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"



More information about the arch-commits mailing list