Date: Thursday, February 22, 2018 @ 06:16:56 Author: felixonmars Revision: 296909
upgpkg: haskell-warp 3.2.17-1 rebuild with warp,3.2.17 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-22 05:28:10 UTC (rev 296908) +++ PKGBUILD 2018-02-22 06:16:56 UTC (rev 296909) @@ -4,8 +4,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.2.16 -pkgrel=5 +pkgver=3.2.17 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -18,7 +18,7 @@ makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' 'haskell-lifted-base' 'haskell-quickcheck' 'haskell-silently') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4e2b1a67114800c482662be9d8a97a08b9c58741a86bd394a0089a65c6f9f19a8328da6d976ed86ac636617752314d6d4b9d3d0ce9e15660bb3867b00dab3a75') +sha512sums=('fa97469ca3faf3e225b52e2bf109dbf3d5929848e5ed7e35af51a7d5a8de59e5e9e3fa35d789884cfb8d0b890dc782929bd71dbeeb6f2493a4dac97f0f600e74') prepare() { sed -i 's/"Network"/"Network", "-dynamic"/' $_hkgname-$pkgver/test/doctests.hs
