Date: Friday, July 8, 2022 @ 20:08:46 Author: felixonmars Revision: 1248732
upgpkg: haskell-vty 5.36-1: rebuild with vty 5.36 Modified: haskell-vty/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-08 20:08:39 UTC (rev 1248731) +++ PKGBUILD 2022-07-08 20:08:46 UTC (rev 1248732) @@ -3,8 +3,8 @@ _hkgname=vty pkgname=haskell-vty -pkgver=5.35.1 -pkgrel=18 +pkgver=5.36 +pkgrel=1 pkgdesc="A simple terminal UI library" url="https://github.com/jtdaugherty/vty" license=("BSD") @@ -12,18 +12,13 @@ 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' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-smallcheck' +makedepends=('ghc' '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') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('c65d6b56e81f7769060c1858c2dee2ba7ce6eb5869cdbeca1eeabb00a9c6bf02754f64cbdcd5a24226f7616eb6c24ed6d5fdef3503b8485f6859ac37e7ea2af1') +sha512sums=('d9392086bc68d6f805ab23fe2f88f217c6c8ab7debbb954fb0713c028e536c5c6bb10d7c7cd4a701e3b88d867b5fefcc17e73515668378fc043b0b4de8993aaa') -prepare() { - cd $_hkgname-$pkgver - uusi -u microlens $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
