Date: Thursday, September 29, 2022 @ 14:42:49
  Author: felixonmars
Revision: 1316258

upgpkg: haskell-fourmolu 0.4.0.0-30: rebuild with aeson 2.0.3.0, aeson-diff 
1.1.0.11, bower-json 1.1.0.0, http2 3.0.3, hoauth2 2.1.0, jose 0.9, 
microlens-aeson 2.4.0, postgresql-binary 0.12.5, postgrest 10.0.0, req 3.10.0, 
swagger2 2.7

Modified:
  haskell-fourmolu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 14:41:45 UTC (rev 1316257)
+++ PKGBUILD    2022-09-29 14:42:49 UTC (rev 1316258)
@@ -3,7 +3,7 @@
 _hkgname=fourmolu
 pkgname=haskell-fourmolu
 pkgver=0.4.0.0
-pkgrel=29
+pkgrel=30
 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 -u optparse-applicative 
$_hkgname.cabal
+  uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th -u aeson -u 
optparse-applicative $_hkgname.cabal
   sed -i 's/using ghc-lib-parser/using 
ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs
 }
 

Reply via email to