Date: Thursday, December 22, 2016 @ 02:49:13 Author: felixonmars Revision: 200887
upgpkg: haskell-pipes-http 1.0.5-1 rebuild with pipes-4.3.2, pipes-http-1.0.5 Modified: haskell-pipes-http/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 02:47:06 UTC (rev 200886) +++ PKGBUILD 2016-12-22 02:49:13 UTC (rev 200887) @@ -4,8 +4,8 @@ _hkgname=pipes-http pkgname=haskell-pipes-http -pkgver=1.0.4 -pkgrel=17 +pkgver=1.0.5 +pkgrel=1 pkgdesc="HTTP client with pipes interface" url="https://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") @@ -12,12 +12,8 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" "haskell-pipes") source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216') +sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055') -prepare() { - sed -i 's/pipes >= 4.0 && < 4.3 ,/pipes >= 4.0 \&\& < 4.4 ,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
