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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 18:08:20 UTC 2017


    Date: Wednesday, August 16, 2017 @ 18:08:19
  Author: felixonmars
Revision: 251431

upgpkg: haskell-lens 4.15.4-3

GHC 8.2.1 rebuild

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 18:03:55 UTC (rev 251430)
+++ PKGBUILD	2017-08-16 18:08:19 UTC (rev 251431)
@@ -5,17 +5,18 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.15.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Lenses, Folds and Traversals"
 url="http://github.com/ekmett/lens/"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-base-orphans" "haskell-bifunctors" "haskell-call-stack" "haskell-comonad"
+depends=('ghc-libs' "haskell-base-orphans" "haskell-bifunctors" "haskell-call-stack" "haskell-comonad"
          "haskell-contravariant" "haskell-distributive" "haskell-exceptions" "haskell-free"
          "haskell-hashable" "haskell-kan-extensions" "haskell-mtl" "haskell-parallel"
          "haskell-profunctors" "haskell-reflection" "haskell-semigroupoids" "haskell-semigroups"
          "haskell-tagged" "haskell-text" "haskell-th-abstraction" "haskell-transformers-compat"
          "haskell-unordered-containers" "haskell-vector" "haskell-void")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('1f1333829eba740d406413c6d59fb16398b56198cd16a2506631487e20ce128163892a3934d0f4a59b9151b39c1ef19e80fb425f8d59013004118ad08a697530')
 
@@ -29,7 +30,6 @@
             -ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
             -f-benchmark-uniplate
     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
@@ -41,8 +41,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