Date: Monday, December 26, 2022 @ 22:58:08 Author: felixonmars Revision: 1368645
upgpkg: bnfc 2.9.4.1-1 Modified: bnfc/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-26 22:54:21 UTC (rev 1368644) +++ PKGBUILD 2022-12-26 22:58:08 UTC (rev 1368645) @@ -3,8 +3,8 @@ _hkgname=BNFC pkgname=bnfc -pkgver=2.9.4 -pkgrel=39 +pkgver=2.9.4.1 +pkgrel=1 pkgdesc="A compiler front-end generator." url="http://bnfc.digitalgrammars.com/" license=("GPL2") @@ -13,13 +13,14 @@ optdepends=('ghc: for default haskell backend' 'alex: for default haskell backend' 'happy: for default haskell backend') -makedepends=('ghc' 'alex' 'happy' 'haskell-hunit' 'haskell-quickcheck' 'haskell-cabal-doctest' - 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-temporary') +makedepends=('ghc' 'uusi' 'alex' 'happy' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' + 'haskell-hspec-discover' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('485a2a2f0aba7a420e64d8184eee3172a650b18964ed299dad492c6856366f2c3e952d11a809c47ca430137b55ba64c4d6c8b94900b447f079e78b7942f952a9') +sha512sums=('1f022a80d6185e1dc12d67b786a082b79bb0c43e19334e74e24ac9d9217c8df945eb0aa782d968ee7c10483f109ffae23fe115b11a6d824df4a2bf42f1f4de84') prepare() { cd $_hkgname-$pkgver + gen-setup # Use -dynamic by default sed -i 's/ghc --make/ghc -dynamic --make/g' src/BNFC/Backend/Haskell.hs }
