Date: Tuesday, June 22, 2021 @ 00:15:14 Author: felixonmars Revision: 966643
upgpkg: haskell-lsp 1.2.0.0-16: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0 Modified: haskell-lsp/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-22 00:14:27 UTC (rev 966642) +++ PKGBUILD 2021-06-22 00:15:14 UTC (rev 966643) @@ -3,7 +3,7 @@ _hkgname=lsp pkgname=haskell-lsp pkgver=1.2.0.0 -pkgrel=15 +pkgrel=16 pkgdesc="Haskell library for the Microsoft Language Server Protocol" url="https://github.com/haskell/lsp" license=("MIT") @@ -21,6 +21,7 @@ prepare() { cd $_hkgname-$pkgver gen-setup + uusi -u base $_hkgname.cabal } build() {
