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

Felix Yan felixonmars at archlinux.org
Sat Dec 9 21:08:41 UTC 2017


    Date: Saturday, December 9, 2017 @ 21:08:40
  Author: felixonmars
Revision: 273417

upgpkg: haskell-bifunctors 5.5-1

rebuild with bifunctors,5.5

Modified:
  haskell-bifunctors/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-09 21:07:16 UTC (rev 273416)
+++ PKGBUILD	2017-12-09 21:08:40 UTC (rev 273417)
@@ -4,22 +4,23 @@
 
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
-pkgver=5.4.2
-pkgrel=8
+pkgver=5.5
+pkgrel=1
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-base-orphans" "haskell-comonad" "haskell-semigroups" "haskell-tagged")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-semigroups' 'haskell-tagged'
+         'haskell-th-abstraction' 'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('304281f112b34014fcce6082d8e7584333fcd740b3046e1dfd1bc6910221d9306808a5f0f023e9e63917e9c604d8ae7f6a0cac98aee52dd52e3580cb6a199e93')
+sha512sums=('e2b5717876a649ac33d18cb401677cfd4b1ea55061035023af101f2b7fdd60db0eeedf7dacfc55ba070e28d726973c28a1ce1dcdf52b7140bd8bfc6777c8d9e2')
 
 build() {
     cd "${srcdir}/${_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 \
             -ftagged -fsemigroups
     runhaskell Setup build
@@ -29,9 +30,14 @@
     sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+    cd $_hkgname-$pkgver
+    runhaskell Setup test
+}
+
 package() {
     cd "${srcdir}/${_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"
     runhaskell Setup copy --destdir="${pkgdir}"



More information about the arch-commits mailing list