Date: Thursday, August 17, 2017 @ 08:25:19 Author: felixonmars Revision: 251621
upgpkg: haskell-warp 3.2.13-6 GHC 8.2.1 rebuild Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-17 08:24:28 UTC (rev 251620) +++ PKGBUILD 2017-08-17 08:25:19 UTC (rev 251621) @@ -5,16 +5,17 @@ _hkgname=warp pkgname=haskell-warp pkgver=3.2.13 -pkgrel=5 +pkgrel=6 pkgdesc="A fast, light-weight web server for WAI applications." url="http://github.com/yesodweb/wai" license=("MIT") arch=('i686' 'x86_64') -depends=('ghc' "haskell-async" "haskell-auto-update" "haskell-blaze-builder" +depends=('ghc-libs' "haskell-async" "haskell-auto-update" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-hashable" "haskell-http-date" "haskell-http-types" "haskell-http2" "haskell-iproute" "haskell-network" "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons" "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai" "haskell-word8") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('598b1a3d2521a483001602c059685f28e5c1ed6729e35243c82b98e879cc4d448dd5b42542bef3b3df9d1181c829e3fc582fa1454f9c4daada44961bc5c6546e') @@ -30,7 +31,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-warp-debug -fallow-sendfilefd -f-network-bytestring 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 @@ -42,8 +42,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"
