petersen/haskell-language-server
Project ID: 50263
Description
Haskell LSP server built for Fedora ghc packages.
Installation Instructions
$ sudo dnf copr enable petersen/haskell-language-server
and one or more of:
$ sudo dnf install haskell-language-server # (version depends on ghc version) - pulls in ghc
$ sudo dnf install haskell-language-server* # installs HLS for all available ghc* compiler versions and the compilers too
$ sudo dnf install haskell-language-server-ghc9.12 # pulls in ghc9.12 - currently only available for F41+
$ sudo dnf install haskell-language-server-ghc9.10 # pulls in ghc9.10 - currently only available for Fedora
$ sudo dnf install haskell-language-server-ghc9.8 # pulls in ghc9.8
$ sudo dnf install haskell-language-server-ghc9.6 # pulls in ghc9.6
$ sudo dnf install haskell-language-server-ghc9.4 # pulls in ghc9.4
$ sudo dnf install haskell-language-server-ghc9.2 # (version v2.9) - pulls in ghc9.2
$ sudo dnf install haskell-language-server-ghc9.0 # (version v2.4) - pulls in ghc9.0
$ sudo dnf install haskell-language-server-ghc8.10 # (version v2.2) - pulls in ghc8.10 (not available for epel9)
They pull in the respective Fedora ghcX.Y
packages.
You can also use them easily with the Fedora stack
package which includes a stack-symlink-distro-ghc
script.
They also include a weak dep on cabal-install
.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (162)*, ppc64le (154)*, x86_64 (200)* | EPEL 9 (144 downloads) |
![]() |
aarch64 (177)*, ppc64le (136)*, x86_64 (1871)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (187)*, ppc64le (131)*, x86_64 (1623)* | Fedora 40 (385 downloads) |
![]() |
aarch64 (174)*, ppc64le (100)*, x86_64 (1469)* | Fedora 41 (503 downloads) |
![]() |
aarch64 (17)*, ppc64le (7)*, x86_64 (73)* | Fedora 42 (25 downloads) |
![]() |
aarch64 (208)*, ppc64le (204)*, x86_64 (460)* | Fedora rawhide (203 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable petersen/haskell-language-server
More info about enabling Copr repositories