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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 19:22:08 UTC 2017


    Date: Wednesday, August 16, 2017 @ 19:22:08
  Author: felixonmars
Revision: 251493

upgpkg: haskell-tls 1.4.0-3

GHC 8.2.1 rebuild

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 19:19:49 UTC (rev 251492)
+++ PKGBUILD	2017-08-16 19:22:08 UTC (rev 251493)
@@ -5,14 +5,15 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal"
+depends=('ghc-libs' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" "haskell-cereal"
          "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" "haskell-mtl"
          "haskell-network" "haskell-x509" "haskell-x509-store" "haskell-x509-validation")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('f4130b19c764f3423481b23c0d8f09540baf6cbb066045796ac28f030a3c43ac0efd342fe1ceceb0aa4d33a9cfc3b2c9d5d216e758a43a31d32a1fbee022921a')
 
@@ -24,7 +25,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-hans -fnetwork -fcompat
     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