Date: Friday, April 9, 2021 @ 00:04:16 Author: felixonmars Revision: 915069
upgpkg: haskell-bv-sized 1.0.2-101: rebuild with tasty-hedgehog 1.1.0.0 Modified: haskell-bv-sized/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-04-08 23:58:35 UTC (rev 915068) +++ PKGBUILD 2021-04-09 00:04:16 UTC (rev 915069) @@ -3,7 +3,7 @@ _hkgname=bv-sized pkgname=haskell-bv-sized pkgver=1.0.2 -pkgrel=100 +pkgrel=101 pkgdesc="A bitvector datatype that is parameterized by the vector width" url="https://github.com/GaloisInc/bv-sized" license=('BSD') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u tasty $_hkgname.cabal + uusi -u tasty -u tasty-hedgehog $_hkgname.cabal gen-setup }
