Date: Monday, October 10, 2022 @ 15:03:06 Author: felixonmars Revision: 1326257
upgpkg: haskell-safecopy 0.10.4.2-174: rebuild with vector 0.13.0.0 Modified: haskell-safecopy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 15:02:53 UTC (rev 1326256) +++ PKGBUILD 2022-10-10 15:03:06 UTC (rev 1326257) @@ -3,7 +3,7 @@ _hkgname=safecopy pkgname=haskell-safecopy pkgver=0.10.4.2 -pkgrel=173 +pkgrel=174 pkgdesc="Binary serialization with version control." url="http://acid-state.seize.it/safecopy" license=('custom:PublicDomain') @@ -16,7 +16,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -u lens $_hkgname.cabal + uusi -u lens -u vector $_hkgname.cabal } build() {
