leksah-server
haskell-language-server
Our great sponsors
leksah-server | haskell-language-server | |
---|---|---|
0 | 79 | |
16 | 2,096 | |
- | 1.8% | |
0.6 | 9.7 | |
about 1 year ago | 1 day ago | |
Haskell | Haskell | |
LicenseRef-GPL | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
leksah-server
We haven't tracked posts mentioning leksah-server yet.
Tracking mentions began in Dec 2020.
haskell-language-server
-
Is there some truth to this hyperbole? "Haskell is beautiful and elegant, but unmaintainable and painful"
It kinda is, but it's a one-time thing and it gives us the ability to map module names to packages by only looking at the index. Plus, the list can be generated: cabal-fmt has an expand feature, and in the future HLS could do that too.
-
Monthly Hask Anything (June 2022)
I know in the past I've had to do things like use a custom `hie.yaml` file, yet, with this merged, and using the latest HLS version recommended by ghcup (1.7), and what doesn't seem to me like an incredibly esoteric build setup -- I have to ask myself: Why isn't this working?
- haskell-flake: A `flake-parts` Nix module for Haskell development.
-
Monthly Hask Anything (May 2022)
There is work in progress to integrate the REPL into the HLS (basically what provides IDE functionality to vscode): https://github.com/haskell/haskell-language-server/issues/477
-
My GHC dev environment with vscode remote & docker
FROM registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb10:0849567cd9780cc8e9652118b949cb050c632ef4 ARG UID ARG GID RUN \ curl -SsL https://github.com/boxboat/fixuid/releases/download/v0.5.1/fixuid-0.5.1-linux-amd64.tar.gz | sudo tar -C /usr/local/bin -xzf - && \ sudo chown root:root /usr/local/bin/fixuid && \ sudo chmod 4755 /usr/local/bin/fixuid && \ sudo mkdir -p /etc/fixuid && \ printf "user: ghc\ngroup: ghc\n" | sudo tee /etc/fixuid/config.yml USER ${UID}:${GID} RUN fixuid USER ghc RUN \ sudo rm -r \ /etc/fixuid \ /usr/local/bin/fixuid \ /var/run/fixuid.ran ENV PATH=${PATH}:/home/ghc/.cabal/bin:/opt/ghc/9.2.2/bin RUN \ sudo apt update && \ sudo apt install -y \ bash-completion && \ cd /tmp && \ git clone https://github.com/haskell/haskell-language-server.git && \ cd haskell-language-server && \ cabal --project-file=cabal-ghc92.project update && \ cabal --project-file=cabal-ghc92.project install && \ rm -rf /tmp/*
-
This is confusing...
You can you typed holes with HLS, but sometimes there are performance issues: https://github.com/haskell/haskell-language-server/issues/2315
-
[ANN] Pre-release VSCode-Haskell 2.0.0
The major issue is related to Template Haskell. If you use the current HLS releases, you notice the message "This binary is not built with Template Haskell support". We added this message because the way static binaries work is just not cross-plattform. What might work on ubuntu, doesn't reliably work on other distros. This lead to a number of dynamic linking issues, impossible to understand error messages and many more. See for example this: https://github.com/haskell/haskell-language-server/issues/2659
- can you recommend active Haskell open source projects?
-
Now that Stackage supports GHC 9.2, is it easy to build ARM executables on macOS?
The releases page has macOS-9.2.1 but that's Intel, and it has aarch64-1.6.1.0 but that's GHC 8.
What are some alternatives?
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
lsp-mode - Emacs client/library for the Language Server Protocol
neovim - Vim-fork focused on extensibility and usability
vscode-haskell - VS Code extension for Haskell, powered by haskell-language-server
hie-bios - Set up a GHC API session for various Haskell Projects
ormolu - A formatter for Haskell source code
lsp-haskell - lsp-mode :heart: haskell
stack - The Haskell Tool Stack
ghc-proposals - Proposed compiler and language changes for GHC and GHC/Haskell
xmonad-testing - Stack/cabal setup for testing xmonad* and configurations
emacs-which-key - Emacs package that displays available keybindings in popup
hlint - Haskell source code suggestions