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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 08:59:12 UTC 2017


    Date: Wednesday, August 16, 2017 @ 08:59:12
  Author: felixonmars
Revision: 251287

upgpkg: haskell-hledger-lib 1.3-7

GHC 8.2.1 rebuild

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 08:54:08 UTC (rev 251286)
+++ PKGBUILD	2017-08-16 08:59:12 UTC (rev 251287)
@@ -5,17 +5,18 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Core data types, parsers and functionality for the hledger accounting tools"
 url="http://hledger.org"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-ansi-terminal' 'haskell-base-compat' 'haskell-blaze-markup'
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 'haskell-blaze-markup'
          'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 'haskell-decimal'
          'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 'haskell-old-time'
          'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-split' 'haskell-text'
          'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 'haskell-parsec'
          'haskell-semigroups')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('ec011e8ec66471fe8ceaab42e77c6de3b316f9e888fc2690a9cdcff49eccf6c09254379551019a9c30424fd139d54f53244729554475441645009932ea96d17f')
 
@@ -33,7 +34,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-oldtime
     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
@@ -45,8 +45,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}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 



More information about the arch-commits mailing list