Date: Tuesday, November 29, 2022 @ 10:49:51 Author: felixonmars Revision: 1355055
upgpkg: haskell-hledger-lib 1.27.1-10: rebuild with megaparsec 9.3.0 Modified: haskell-hledger-lib/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-29 10:49:08 UTC (rev 1355054) +++ PKGBUILD 2022-11-29 10:49:51 UTC (rev 1355055) @@ -5,7 +5,7 @@ _hkgname=hledger-lib pkgname=haskell-hledger-lib pkgver=1.27.1 -pkgrel=9 +pkgrel=10 pkgdesc="A reusable library providing the core functionality of hledger" url="http://hledger.org" license=("GPL") @@ -18,10 +18,15 @@ 'haskell-parser-combinators' 'haskell-pretty-simple' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-tabular' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-timeit' 'haskell-uglymemo' 'haskell-unordered-containers' 'haskell-utf8-string') -makedepends=('ghc') +makedepends=('ghc' 'uusi') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('522569af54936ab6c1558f668ace12494d7dd0d7446594bbaacfbf704a32ca67c62bffdc15b269935bf1a25ece93658d3d0b0f1a2b67962cd17d582154e34dcc') +prepare() { + cd $_hkgname-$pkgver + uusi -u megaparsec $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
