Date: Thursday, March 4, 2021 @ 20:57:16 Author: felixonmars Revision: 880654
upgpkg: haskell-binary-instances 1.0.1-55: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8 Modified: haskell-binary-instances/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 19:28:02 UTC (rev 880653) +++ PKGBUILD 2021-03-04 20:57:16 UTC (rev 880654) @@ -3,7 +3,7 @@ _hkgname=binary-instances pkgname=haskell-binary-instances pkgver=1.0.1 -pkgrel=54 +pkgrel=55 pkgdesc="Orphan instances for binary" url="https://github.com/phadej/binary-instances" license=('BSD') @@ -12,11 +12,16 @@ 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 'haskell-text-binary' 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector' 'haskell-vector-binary-instances') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('8282c33d2f7c6dcbf991482c9ae23f316500a60f251e296f5e92488208eaf5f08460c379698bcebd707a61733a13a7b85601587bab4696a24d9ca56ffed1e66b') +prepare() { + cd $_hkgname-$pkgver + uusi -u tasty $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
