Date: Wednesday, August 16, 2017 @ 07:59:41 Author: felixonmars Revision: 251259
upgpkg: haskell-aeson-pretty 0.8.5-10 GHC 8.2.1 rebuild Modified: haskell-aeson-pretty/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 07:58:18 UTC (rev 251258) +++ PKGBUILD 2017-08-16 07:59:41 UTC (rev 251259) @@ -5,13 +5,14 @@ _hkgname=aeson-pretty pkgname=haskell-aeson-pretty pkgver=0.8.5 -pkgrel=9 +pkgrel=10 pkgdesc="JSON pretty-printing library and command-line tool." url="http://github.com/informatikr/aeson-pretty" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-cmdargs" +depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" "haskell-cmdargs" "haskell-scientific" "haskell-text" "haskell-unordered-containers" "haskell-vector") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a') @@ -23,7 +24,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-lib-only 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 @@ -35,8 +35,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"
