Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hls-ormolu-plugin
Commits:
8dddef42 by Felix Yan at 2026-05-14T16:38:30+08:00
upgpkg: 2.3.0.0-41: rebuild with ormolu 0.7.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hls-ormolu-plugin
pkgdesc = Integration with the Ormolu code formatter
pkgver = 2.3.0.0
- pkgrel = 40
+ pkgrel = 41
url = https://hackage.haskell.org/package/hls-ormolu-plugin
arch = x86_64
license = Apache-2.0
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=hls-ormolu-plugin
pkgname=haskell-hls-ormolu-plugin
pkgver=2.3.0.0
-pkgrel=40
+pkgrel=41
pkgdesc="Integration with the Ormolu code formatter"
url="https://hackage.haskell.org/package/hls-ormolu-plugin"
license=('Apache-2.0')
@@ -17,6 +17,15 @@
sha512sums=('433e2d5539991389d7af6d798880e61493a00851d9c184683b3ed5aa2dd2884a4f6
prepare() {
cd $_hkgname-$pkgver
+ cat > test/testdata/Ormolu3.formatted.hs <<'EOF'
+foo :: String
+foo =
+ "a"
+ .=? "b"
+ <> "c"
+ .=? "d" <> "e"
+ .=? "f"
+EOF
gen-setup
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/8dddef426e7f97b41e588947cb6fd59feb3ebf9e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hls-ormolu-plugin/-/commit/8dddef426e7f97b41e588947cb6fd59feb3ebf9e
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help