Date: Saturday, February 25, 2017 @ 15:06:33 Author: felixonmars Revision: 213772
upgpkg: haskell-warp 3.2.11.1-1 rebuild with warp,3.2.11.1 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 13:20:40 UTC (rev 213771) +++ PKGBUILD 2017-02-25 15:06:33 UTC (rev 213772) @@ -4,8 +4,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.2.11 -pkgrel=4 +pkgver=3.2.11.1 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="http://github.com/yesodweb/wai" license=("MIT") @@ -17,7 +17,7 @@ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai" "haskell-word8") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('193e6cd899c09850819c09ae4a4368f569ee65559eef3f440be83b6c2b2cffac') +sha256sums=('853f672c48893936902a0c6b3e4711f58c0fd02f36e8badb46a0c8b58067e5fe') prepare() { sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
