Date: Friday, June 10, 2022 @ 13:59:59 Author: felixonmars Revision: 1230218
upgpkg: haskell-vty 5.35.1-14: rebuild with microlens 0.4.13.0 Modified: haskell-vty/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-10 13:59:51 UTC (rev 1230217) +++ PKGBUILD 2022-06-10 13:59:59 UTC (rev 1230218) @@ -4,7 +4,7 @@ _hkgname=vty pkgname=haskell-vty pkgver=5.35.1 -pkgrel=13 +pkgrel=14 pkgdesc="A simple terminal UI library" url="https://github.com/jtdaugherty/vty" license=("BSD") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-blaze-builder' 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-microlens-th' 'haskell-hashable' 'haskell-parallel' 'haskell-utf8-string' 'haskell-vector') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck' +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck' 'haskell-quickcheck-assertions' 'haskell-test-framework' 'haskell-test-framework-smallcheck' 'haskell-test-framework-hunit' 'haskell-random' 'haskell-string-qq') @@ -19,6 +19,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('c65d6b56e81f7769060c1858c2dee2ba7ce6eb5869cdbeca1eeabb00a9c6bf02754f64cbdcd5a24226f7616eb6c24ed6d5fdef3503b8485f6859ac37e7ea2af1') +prepare() { + cd $_hkgname-$pkgver + uusi -u microlens $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
