Date: Monday, October 10, 2022 @ 18:08:09 Author: felixonmars Revision: 1326412
upgpkg: haskell-aeson-yaml 1.1.0.1-88: rebuild with vector 0.13.0.0 Modified: haskell-aeson-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 17:52:59 UTC (rev 1326411) +++ PKGBUILD 2022-10-10 18:08:09 UTC (rev 1326412) @@ -3,13 +3,13 @@ _hkgname=aeson-yaml pkgname=haskell-aeson-yaml pkgver=1.1.0.1 -pkgrel=87 +pkgrel=88 pkgdesc="Output any Aeson value as YAML (pure Haskell library)" url="https://github.com/clovyr/aeson-yaml" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-unordered-containers' 'haskell-vector') -makedepends=('ghc' 'haskell-string-qq' 'haskell-tasty' 'haskell-tasty-discover' +makedepends=('ghc' 'uusi' 'haskell-string-qq' 'haskell-tasty' 'haskell-tasty-discover' 'haskell-tasty-hunit' 'haskell-yaml') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) sha512sums=('37384920ca84d71db2fab8bb92521486b8360a931d769ddc9635645f78164bd3b300f6cff59ffe66f87702cfa4faa81085dea84896b7072bf38dbd9405083c2a') @@ -16,7 +16,8 @@ prepare() { cd $_hkgname-$pkgver - echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs + gen-setup + uusi -u vector $_hkgname.cabal } build() {
