[arch-commits] Commit in haskell-wl-pprint-terminfo/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Aug 16 19:02:58 UTC 2017


    Date: Wednesday, August 16, 2017 @ 19:02:57
  Author: felixonmars
Revision: 251477

upgpkg: haskell-wl-pprint-terminfo 3.7.1.4-17

GHC 8.2.1 rebuild

Modified:
  haskell-wl-pprint-terminfo/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 19:01:43 UTC (rev 251476)
+++ PKGBUILD	2017-08-16 19:02:57 UTC (rev 251477)
@@ -4,12 +4,13 @@
 _hkgname=wl-pprint-terminfo
 pkgname=haskell-wl-pprint-terminfo
 pkgver=3.7.1.4
-pkgrel=16
+pkgrel=17
 pkgdesc="A color pretty printer with terminfo support"
 url="http://github.com/ekmett/wl-pprint-terminfo/"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-semigroups' 'haskell-wl-pprint-extras' 'haskell-text')
+depends=('ghc-libs' 'haskell-semigroups' 'haskell-wl-pprint-extras' 'haskell-text')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('df02e2b99aaa7273da33c5fd2956f12b')
 
@@ -25,7 +26,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fCursed
     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
@@ -37,8 +37,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 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"



More information about the arch-commits mailing list