Date: Saturday, March 13, 2021 @ 16:05:08 Author: felixonmars Revision: 890325
upgpkg: haskell-optics-core 0.4-1: rebuild with optics-core 0.4, optics-extra 0.4, optics-th 0.4 Modified: haskell-optics-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-13 16:01:11 UTC (rev 890324) +++ PKGBUILD 2021-03-13 16:05:08 UTC (rev 890325) @@ -2,16 +2,16 @@ _hkgname=optics-core pkgname=haskell-optics-core -pkgver=0.3.0.1 -pkgrel=5 +pkgver=0.4 +pkgrel=1 pkgdesc="Optics as an abstract interface: core definitions" url="https://github.com/well-typed/optics-core" license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'haskell-indexed-profunctors') +depends=('ghc-libs' 'haskell-indexed-profunctors' 'haskell-indexed-traversable') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('b566d57dc00d221b155434efa4c4a99535630932c6f9d6513d6d72cc01f862af4347a0662d9ecbffdb7bfddeee6bd45dae4462faf7a6b30531ac2138b0f7ff8d') +sha512sums=('3185b96af4670f7dc2eaf762b94df8e721118ab3ed34a93e07d657937e2d467f7abb2753035e349304a5da9b32100aa1e335415d48c09ce80097b08dbce8caae') build() { cd $_hkgname-$pkgver
