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

Felix Yan felixonmars at archlinux.org
Thu Aug 17 06:49:23 UTC 2017


    Date: Thursday, August 17, 2017 @ 06:49:22
  Author: felixonmars
Revision: 251579

upgpkg: haskell-hopenpgp 2.5.5-107

GHC 8.2.1 rebuild

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-17 06:44:57 UTC (rev 251578)
+++ PKGBUILD	2017-08-17 06:49:22 UTC (rev 251579)
@@ -4,12 +4,12 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=106
+pkgrel=107
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/"
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
          'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 'haskell-bzlib'
          'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
          'haskell-crypto-cipher-types' 'haskell-data-default-class' 'haskell-errors'
@@ -19,6 +19,7 @@
          'haskell-securemem' 'haskell-semigroups' 'haskell-split' 'haskell-text'
          'haskell-time-locale-compat' 'haskell-unordered-containers' 'haskell-wl-pprint-extras'
          'haskell-zlib')
+makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('f480201a10f14150adc290c81d38e7b6')
 
@@ -30,7 +31,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fnetwork-uri
     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
@@ -42,8 +42,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