Date: Monday, September 26, 2022 @ 05:46:25 Author: felixonmars Revision: 1311389
upgpkg: haskell-ormolu 0.3.0.0-18: rebuild with optparse-applicative 0.17.0.0 Modified: haskell-ormolu/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-26 05:46:18 UTC (rev 1311388) +++ PKGBUILD 2022-09-26 05:46:25 UTC (rev 1311389) @@ -3,7 +3,7 @@ _hkgname=ormolu pkgname=haskell-ormolu pkgver=0.3.0.0 -pkgrel=17 +pkgrel=18 pkgdesc="A formatter for Haskell source code" url="https://github.com/tweag/ormolu" license=("BSD") @@ -16,7 +16,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 }
