[arch-commits] Commit in hledger-web/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Aug 17 09:39:44 UTC 2017


    Date: Thursday, August 17, 2017 @ 09:39:44
  Author: felixonmars
Revision: 251674

upgpkg: hledger-web 1.3-36

GHC 8.2.1 rebuild

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 09:32:05 UTC (rev 251673)
+++ PKGBUILD	2017-08-17 09:39:44 UTC (rev 251674)
@@ -4,12 +4,12 @@
 
 pkgname=hledger-web
 pkgver=1.3
-pkgrel=35
+pkgrel=36
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" "haskell-blaze-html"
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" "haskell-blaze-html"
          "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" "haskell-data-default"
          "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" "haskell-hunit"
          "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" "haskell-text" "haskell-wai"
@@ -16,6 +16,7 @@
          "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" "haskell-yesod"
          "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" "haskell-json" 
          "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('ffb3673f3972bf90d4b9f1508299e8ab59ec8e48d89d6107aefce28c68278eac733287a1ca4f464f83393f44e87eb907cb7c31b5c098fda9235585dfbedd91ec')
 
@@ -31,7 +32,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-dev -f-library-only -f-oldtime -fthreaded
     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
@@ -42,8 +42,6 @@
     cd "${srcdir}/${pkgname}-${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"
-    install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-    ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 



More information about the arch-commits mailing list