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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 15:44:53 UTC 2017


    Date: Wednesday, August 16, 2017 @ 15:44:52
  Author: felixonmars
Revision: 251311

upgpkg: haskell-ixset-typed 0.3.1.1-1

GHC 8.2.1 rebuild

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 15:43:26 UTC (rev 251310)
+++ PKGBUILD	2017-08-16 15:44:52 UTC (rev 251311)
@@ -3,15 +3,16 @@
 
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
-pkgver=0.3.1
-pkgrel=10
+pkgver=0.3.1.1
+pkgrel=1
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-safecopy' 'haskell-syb')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('b0634f1718dab13145775cec0a826d8f')
+sha512sums=('1dfcf96e226ff775d7bc5bd461ff5bedb306762332bfd3fbe0dbf59478adb9b6f578ddc90300410405e564d3670616f9bd10f37d35dda864a8a0293eb3e69054')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +21,6 @@
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
-    runhaskell Setup haddock --hoogle --html
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script
     sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -32,8 +32,6 @@
     
     install -D -m744 register.sh   "${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     install -D -m644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"



More information about the arch-commits mailing list