Date: Monday, October 10, 2022 @ 14:04:50 Author: felixonmars Revision: 1325925
upgpkg: haskell-optics-extra 0.4.2.1-38: rebuild with vector 0.13.0.0 Modified: haskell-optics-extra/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:03:41 UTC (rev 1325924) +++ PKGBUILD 2022-10-10 14:04:50 UTC (rev 1325925) @@ -3,7 +3,7 @@ _hkgname=optics-extra pkgname=haskell-optics-extra pkgver=0.4.2.1 -pkgrel=37 +pkgrel=38 pkgdesc="Extra utilities and instances for optics-core" url="https://github.com/well-typed/optics-extra" license=('BSD') @@ -11,10 +11,15 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-indexed-profunctors' 'haskell-indexed-traversable-instances' 'haskell-optics-core' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('82f481de519cd1e6d086338de001ddcd2185f9ac212a1905cae17d66820b3c77da5660bec32f84e0b6a8d30eba2e25d4d06c4e9a563833f96ce667d4ba24840d') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
