[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 22 05:55:19 UTC 2022


    Date: Monday, August 22, 2022 @ 05:55:19
  Author: felixonmars
Revision: 1274350

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-224: rebuild with ormolu 0.3.0.0

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 05:54:32 UTC (rev 1274349)
+++ PKGBUILD	2022-08-22 05:55:19 UTC (rev 1274350)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=223
+pkgrel=224
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin"
 license=("Apache")
@@ -18,7 +18,7 @@
 prepare() {
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+  uusi -r ghc:ghc,ghc-api-compat -u ormolu $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list