Date: Wednesday, March 7, 2018 @ 17:00:38 Author: felixonmars Revision: 304074
upgpkg: haskell-warp 3.2.18-1 rebuild with warp,3.2.18 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-07 17:00:10 UTC (rev 304073) +++ PKGBUILD 2018-03-07 17:00:38 UTC (rev 304074) @@ -4,8 +4,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.2.17 -pkgrel=9 +pkgver=3.2.18 +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=('fa97469ca3faf3e225b52e2bf109dbf3d5929848e5ed7e35af51a7d5a8de59e5e9e3fa35d789884cfb8d0b890dc782929bd71dbeeb6f2493a4dac97f0f600e74') +sha512sums=('2111ad4321c2794967f563f9cafedd7c599beb42349003b9c16028ab073c67856a85e9782c590fbc1249d9e9ef57c95bb5dd18f49a90d8659785cb8fed2d0b55') prepare() { sed -i 's/"Network"/"Network", "-dynamic"/' $_hkgname-$pkgver/test/doctests.hs
