Date: Thursday, June 9, 2022 @ 20:32:34 Author: felixonmars Revision: 1229779
upgpkg: haskell-shelly 1.10.0-18: rebuild with unix-compat 0.6 Modified: haskell-shelly/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 20:32:24 UTC (rev 1229778) +++ PKGBUILD 2022-06-09 20:32:34 UTC (rev 1229779) @@ -4,7 +4,7 @@ _hkgname=shelly pkgname=haskell-shelly pkgver=1.10.0 -pkgrel=17 +pkgrel=18 pkgdesc="Shell-like (systems) programming in Haskell" url="https://github.com/yesodweb/Shelly.hs" license=("BSD") @@ -12,10 +12,15 @@ depends=('ghc-libs' 'haskell-unix-compat' 'haskell-monad-control' 'haskell-lifted-base' 'haskell-lifted-async' 'haskell-enclosed-exceptions' 'haskell-async' 'haskell-transformers-base') -makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib') +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-contrib') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b16e410dbf96b33b28069c88375296a6516bb99ec0b35058175bc466da5b400492e96ee3ee18d9208c8a096fd97df573d63cdef1eb26142e74ea13acd02e99ca') +prepare() { + cd $_hkgname-$pkgver + uusi -u unix-compat $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
