dhall-lang / dhall-haskell

Maintainable configuration files
https://dhall-lang.org/
BSD 3-Clause "New" or "Revised" License
908 stars 211 forks source link

Hackage release for dhall-lsp-server #2566

Open dalpd opened 5 months ago

dalpd commented 5 months ago

Hi there!

dhall-lsp-server has had some configuration defined to use an older version of lsp and newer version bounds on nixpkgs to keep things working. The latest Stackage/Hackage bump breaks things for that pinned version of lsp: https://github.com/NixOS/nixpkgs/pull/279413

I'm assuming dhall-lsp-server as it appears on main branch will work just fine, could we have a new version released to Hackage?

rvl commented 4 months ago

PR NixOS/nixpkgs#279413 is currently targeting Stackage LTS 22.8 which uses lsp-2.3.0.0.

I opened PR #2571 for that reason.

If that PR isn't merged, nixpkgs could replace the extra version lsp_1_4_0_0 with lsp_2_1_0_0 so that main branch dhall-lsp-server is buildable. (But there's the possibility that lsp-2.1.0.0 is also broken for the LTS 22.8 package set - I haven't tried.)

In either case, a Hackage release would be handy.