Date: Monday, October 10, 2022 @ 14:27:16 Author: felixonmars Revision: 1326092
upgpkg: haskell-lens 5.1.1-44: rebuild with vector 0.13.0.0 Modified: haskell-lens/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:27:11 UTC (rev 1326091) +++ PKGBUILD 2022-10-10 14:27:16 UTC (rev 1326092) @@ -4,7 +4,7 @@ _hkgname=lens pkgname=haskell-lens pkgver=5.1.1 -pkgrel=43 +pkgrel=44 pkgdesc="Lenses, Folds and Traversals" url="https://github.com/ekmett/lens/" license=("BSD") @@ -16,12 +16,17 @@ 'haskell-profunctors' 'haskell-reflection' 'haskell-semigroupoids' 'haskell-strict' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-these' 'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect' +makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('2d64cf710b7835e63a6e5af4a3075968354e01cbcd03b1ce4f7bbc56662d029b7dc399b2d8918692715f6e94f5885a63b811704b9016284dc54d9950d9142a78') +prepare() { + cd $_hkgname-$pkgver + uusi -u vector $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
