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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 15:48:29 UTC 2017


    Date: Wednesday, August 16, 2017 @ 15:48:28
  Author: felixonmars
Revision: 251315

upgpkg: haskell-shakespeare 2.0.13-16

GHC 8.2.1 rebuild

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 15:47:06 UTC (rev 251314)
+++ PKGBUILD	2017-08-16 15:48:28 UTC (rev 251315)
@@ -5,14 +5,15 @@
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
 pkgver=2.0.13
-pkgrel=15
+pkgrel=16
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" "haskell-exceptions"
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup" "haskell-exceptions"
          "haskell-parsec" "haskell-scientific" "haskell-text"  "haskell-unordered-containers"
          "haskell-vector")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('1d8cc8528fa776d76dbd4b7be9294fed2eee1df708e3f58401319e852fd287d9a2f8d0c7755cec7b6f29d98b527b538d53c65487fcdea9e6ad02208690be1df6')
 
@@ -24,7 +25,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-test_roy -f-test_coffee -f-test_export
     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
@@ -36,8 +36,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