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

Felix Yan felixonmars at gemini.archlinux.org
Sat Aug 7 17:44:15 UTC 2021


    Date: Saturday, August 7, 2021 @ 17:44:14
  Author: felixonmars
Revision: 994682

upgpkg: haskell-hls-ormolu-plugin 1.0.0.0-26: rebuild with ormolu 0.2.0.0

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 17:41:05 UTC (rev 994681)
+++ PKGBUILD	2021-08-07 17:44:14 UTC (rev 994682)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.0.0
-pkgrel=25
+pkgrel=26
 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 -u ormolu -r ghc:ghc,ghc-api-compat $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list