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

Felix Yan felixonmars at archlinux.org
Wed Aug 16 07:31:21 UTC 2017


    Date: Wednesday, August 16, 2017 @ 07:31:21
  Author: felixonmars
Revision: 251243

upgpkg: haskell-aeson 1.2.1.0-2

GHC 8.2.1 rebuild

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 07:26:18 UTC (rev 251242)
+++ PKGBUILD	2017-08-16 07:31:21 UTC (rev 251243)
@@ -6,14 +6,15 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
 url="https://github.com/bos/aeson"
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable'
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable'
          'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
          'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
 sha512sums=('7e60a09e983ad236d3c06c11965b39f132c59ff57a396611b488dcf2399790a4cf829c4288998eb8093f5dfd01a744c45e0e6631a4c209f03142a47b87c42d28')
 
@@ -24,7 +25,6 @@
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-developer -f-fast -f-bytestring-builder -f-cffi
   runhaskell Setup build
-  runhaskell Setup haddock
   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 -dm755 "$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"
   rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
 



More information about the arch-commits mailing list