Date: Monday, September 26, 2022 @ 05:43:58 Author: felixonmars Revision: 1311380
upgpkg: haskell-fourmolu 0.4.0.0-28: rebuild with optparse-applicative 0.17.0.0 Modified: haskell-fourmolu/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 05:43:52 UTC (rev 1311379) +++ PKGBUILD 2022-09-26 05:43:58 UTC (rev 1311380) @@ -3,7 +3,7 @@ _hkgname=fourmolu pkgname=haskell-fourmolu pkgver=0.4.0.0 -pkgrel=27 +pkgrel=28 pkgdesc="A formatter for Haskell source code" url="https://github.com/parsonsmatt/fourmolu" license=("BSD") @@ -18,7 +18,7 @@ prepare() { cd $_hkgname-$pkgver - uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th $_hkgname.cabal + uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th -u optparse-applicative $_hkgname.cabal sed -i 's/using ghc-lib-parser/using ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs }
