Date: Thursday, March 4, 2021 @ 18:22:32 Author: felixonmars Revision: 880545
upgpkg: haskell-serialise 0.2.3.0-110: rebuild with tasty 1.4, tasty-silver 3.2, tasty-ant-xml 1.1.8 Modified: haskell-serialise/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 18:20:32 UTC (rev 880544) +++ PKGBUILD 2021-03-04 18:22:32 UTC (rev 880545) @@ -3,7 +3,7 @@ _hkgname=serialise pkgname=haskell-serialise pkgver=0.2.3.0 -pkgrel=109 +pkgrel=110 pkgdesc="A binary serialisation library for Haskell values" url="https://github.com/well-typed/cborg" license=('BSD') @@ -10,7 +10,7 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-cborg' 'haskell-half' 'haskell-hashable' 'haskell-primitive' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' +makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('2bcee386d81f7606d7dad8a903ae39c9f5fda493caa08755f8f0ceabe24563bcba9bb28709972664370eef5987dfcd6957dee2444da8dbe5b8558edc0b0547ae') @@ -17,7 +17,7 @@ prepare() { cd $_hkgname-$pkgver - sed -i 's/< *1.5/<2/' $_hkgname.cabal + uusi -u tasty $_hkgname.cabal } build() {
