Date: Saturday, March 13, 2021 @ 16:07:17 Author: felixonmars Revision: 890329
upgpkg: haskell-optics-extra 0.4-1: rebuild with optics-core 0.4, optics-extra 0.4, optics-th 0.4 Modified: haskell-optics-extra/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 16:06:35 UTC (rev 890328) +++ PKGBUILD 2021-03-13 16:07:17 UTC (rev 890329) @@ -2,17 +2,18 @@ _hkgname=optics-extra pkgname=haskell-optics-extra -pkgver=0.3 -pkgrel=79 +pkgver=0.4 +pkgrel=1 pkgdesc="Extra utilities and instances for optics-core" url="https://github.com/well-typed/optics-extra" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-hashable' 'haskell-indexed-profunctors' 'haskell-optics-core' +depends=('ghc-libs' 'haskell-hashable' 'haskell-indexed-profunctors' + 'haskell-indexed-traversable-instances' 'haskell-optics-core' 'haskell-unordered-containers' 'haskell-vector') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('c0999a14cdcb019c6e65127d22d921f36cdb28dc72dfa38d87848c8eabb7cec486d38613c8f20a9b3b99a4fc6e471bddb354b06cb036bef4b410cde79b959db0') +sha512sums=('1e860c8e814942e24e5f0e4f0c44334cd333205a884b20791f1784310db947d63d11e7b3d812dbec503c77f419b1555c1273a95df7040c59f8ac4e8ab693ca88') build() { cd $_hkgname-$pkgver
