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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 08:38:34 UTC 2017


    Date: Wednesday, August 16, 2017 @ 08:38:33
  Author: felixonmars
Revision: 251273

upgpkg: haskell-configurator-ng 0.0.0.1-4

GHC 8.2.1 rebuild

Modified:
  haskell-configurator-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 08:36:39 UTC (rev 251272)
+++ PKGBUILD	2017-08-16 08:38:33 UTC (rev 251273)
@@ -5,14 +5,15 @@
 _hkgname=configurator-ng
 pkgname=haskell-configurator-ng
 pkgver=0.0.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="The next generation of configuration management"
 url="http://github.com/lpsmith/configurator-ng"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-attoparsec" "haskell-critbit" "haskell-dlist" "haskell-data-ordlist"
+depends=('ghc-libs' "haskell-attoparsec" "haskell-critbit" "haskell-dlist" "haskell-data-ordlist"
          "haskell-hashable" "haskell-scientific" "haskell-text" "haskell-unix-compat"
          "haskell-unordered-containers")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('3a367ad5dd04bddb891600899b99cbefa4bb53e44c83ebab114dacd1b68f012b')
 
@@ -28,7 +29,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-developer
     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
@@ -40,8 +40,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