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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 09:18:48 UTC 2017


    Date: Wednesday, August 16, 2017 @ 09:18:47
  Author: felixonmars
Revision: 251301

upgpkg: haskell-postgresql-binary 0.12.1-30

GHC 8.2.1 rebuild

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 09:16:53 UTC (rev 251300)
+++ PKGBUILD	2017-08-16 09:18:47 UTC (rev 251301)
@@ -5,15 +5,16 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1
-pkgrel=29
+pkgrel=30
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary"
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=('ghc' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser"
+depends=('ghc-libs' "haskell-aeson" "haskell-base-prelude" "haskell-binary-parser"
          "haskell-bytestring-strict-builder" "haskell-loch-th" "haskell-network-ip"
          "haskell-placeholders" "haskell-scientific" "haskell-text" "haskell-unordered-containers"
          "haskell-uuid" "haskell-vector")
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
 
@@ -24,7 +25,6 @@
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     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