Date: Tuesday, July 27, 2021 @ 04:44:24 Author: felixonmars Revision: 986419
upgpkg: haskell-glob 0.10.1-91: rebuild with transformers-compat 0.7 Modified: haskell-glob/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-27 03:12:55 UTC (rev 986418) +++ PKGBUILD 2021-07-27 04:44:24 UTC (rev 986419) @@ -4,17 +4,22 @@ _hkgname=Glob pkgname=haskell-glob pkgver=0.10.1 -pkgrel=90 +pkgrel=91 pkgdesc="Globbing library" url="https://iki.fi/matti.niemenmaa/glob/" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-dlist' 'haskell-transformers-compat') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('b2b2ee93f2cadf01f8a6828b9e742a241601f5fada1f73388dc0044f8e0985c601bd6a42738c60c54eecb619b6289ac1302751d8e2402f6494aaeb2b2a4abb42') +prepare() { + cd $_hkgname-$pkgver + uusi -u transformers-compat $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
