Date: Thursday, August 17, 2017 @ 06:36:42 Author: felixonmars Revision: 251569
upgpkg: haskell-conduit-extra 1.1.16-20 GHC 8.2.1 rebuild Modified: haskell-conduit-extra/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-17 06:35:13 UTC (rev 251568) +++ PKGBUILD 2017-08-17 06:36:42 UTC (rev 251569) @@ -5,15 +5,16 @@ _hkgname=conduit-extra pkgname=haskell-conduit-extra pkgver=1.1.16 -pkgrel=19 +pkgrel=20 pkgdesc="Batteries included conduit: adapters for common libraries." url="http://github.com/snoyberg/conduit" license=("MIT") arch=('i686' 'x86_64') -depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" +depends=('ghc-libs' "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" "haskell-conduit" "haskell-exceptions" "haskell-monad-control" "haskell-network" "haskell-primitive" "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-transformers-base") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e') @@ -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"
