Date: Monday, October 10, 2022 @ 14:36:35 Author: felixonmars Revision: 1326150
upgpkg: haskell-vector-instances 3.4-405: rebuild with vector 0.13.0.0 Modified: haskell-vector-instances/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 14:36:28 UTC (rev 1326149) +++ PKGBUILD 2022-10-10 14:36:35 UTC (rev 1326150) @@ -4,7 +4,7 @@ _hkgname=vector-instances pkgname=haskell-vector-instances pkgver=3.4 -pkgrel=404 +pkgrel=405 pkgdesc="Orphan Instances for 'Data.Vector'" url="https://github.com/ekmett/vector-instances" license=("BSD") @@ -11,13 +11,13 @@ arch=('x86_64') depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" "haskell-pointed" "haskell-semigroupoids" "haskell-vector") -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1') prepare() { cd $_hkgname-$pkgver - sed -i '/semigroups/d' $_hkgname.cabal + uusi -d semigroups -u vector $_hkgname.cabal } build() {
