Date: Wednesday, August 16, 2017 @ 08:30:30 Author: felixonmars Revision: 251267
upgpkg: haskell-cassava 0.5.1.0-2 GHC 8.2.1 rebuild Modified: haskell-cassava/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 08:28:10 UTC (rev 251266) +++ PKGBUILD 2017-08-16 08:30:30 UTC (rev 251267) @@ -5,14 +5,14 @@ _hkgname=cassava pkgname=haskell-cassava pkgver=0.5.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A CSV parsing and encoding library" url="https://github.com/tibbe/cassava" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" "haskell-only" - "haskell-scientific" "haskell-text" "haskell-text-short" "haskell-unordered-containers" - "haskell-vector") +depends=('ghc-libs' "haskell-attoparsec" "haskell-hashable" "haskell-only" "haskell-scientific" + "haskell-text" "haskell-text-short" "haskell-unordered-containers" "haskell-vector") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('74853c6d0f837826613cf2a0249a25e940faa283e89bca017fa9812551bffd428dc9af9a2d0ba082866243521fab9820f478fce1f28d276ae988d4a6331754e6') @@ -24,7 +24,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-bytestring--LT-0_10_4 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 +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"
