Date: Sunday, September 27, 2020 @ 15:00:49 Author: felixonmars Revision: 712668
upgpkg: haskell-wai-app-static 3.1.7.2-27: rebuild with wai-extra 3.1.0 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 14:55:00 UTC (rev 712667) +++ PKGBUILD 2020-09-27 15:00:49 UTC (rev 712668) @@ -4,7 +4,7 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static pkgver=3.1.7.2 -pkgrel=26 +pkgrel=27 pkgdesc="WAI application for static serving" url="https://www.yesodweb.com/book/web-application-interface" license=("MIT") @@ -14,10 +14,14 @@ 'haskell-mime-types' 'haskell-old-locale' 'haskell-optparse-applicative' 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-zlib') -makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 'haskell-temporary') +makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('e073d85efc201eab94b9c8be4e40ee71567d07ed2e2907504a946477211bc21aaf2250213cac67525ae58be499b164b09880600c0a6f62b0b1742fb9d730d6d9') +prepare() { + uusi $_hkgname-$pkgver/$_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
