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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 06:38:51 UTC 2017


    Date: Thursday, August 17, 2017 @ 06:38:51
  Author: felixonmars
Revision: 251571

upgpkg: haskell-conduit-combinators 1.1.1-34

GHC 8.2.1 rebuild

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 06:37:17 UTC (rev 251570)
+++ PKGBUILD	2017-08-17 06:38:51 UTC (rev 251571)
@@ -5,16 +5,17 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-chunked-data"
+depends=('ghc-libs' "haskell-base16-bytestring" "haskell-base64-bytestring" "haskell-chunked-data"
          "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
          "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" "haskell-resourcet"
          "haskell-text" "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
          "haskell-void")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
 
@@ -26,7 +27,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fmonotrav1
     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
@@ -38,8 +38,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