Date: Thursday, September 29, 2022 @ 14:02:26 Author: felixonmars Revision: 1316151
upgpkg: haskell-microlens-aeson 2.4.0-1: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, hoauth2 2.1.0, jose 0.9, microlens-aeson 2.4.0, postgrest 10.0.0, req 3.10.0 Modified: haskell-microlens-aeson/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 14:02:12 UTC (rev 1316150) +++ PKGBUILD 2022-09-29 14:02:26 UTC (rev 1316151) @@ -2,8 +2,8 @@ _hkgname=microlens-aeson pkgname=haskell-microlens-aeson -pkgver=2.3.1 -pkgrel=228 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Law-abiding lenses for Aeson, using microlens" url="https://github.com/fosskers/microlens-aeson/" license=('MIT') @@ -10,13 +10,13 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-hashable' 'haskell-microlens' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit') +makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('8fcf5eab1338dbad84ea3c2747f87a52e4a4a636271ecf9181be6a21b40fa2cdd01cb7c5499e3575be4b3483bd80f04469400e0a634037b9c989a38d3f30c972') +sha512sums=('de51ac391663621631c1d85158fbb06ce356c786ec24219688184adce9b2182d95962e8d98099f694ecc6c0e395a268232572948bd31e230d0822cdab3e573fc') prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup } build() {
