reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
713 stars 163 forks source link

If anyone else comes across this thread, I was able to get a `haskell-language-server` with the latest `reflex-platform` (1.1.1.0) (uses ghc 8.10.7 ) by doing the steps mentioned here (btw I'm not using obelisk): #833

Closed iogrt closed 5 months ago

iogrt commented 5 months ago
          If anyone else comes across this thread, I was able to get a `haskell-language-server` with the latest `reflex-platform` (1.1.1.0) (uses ghc 8.10.7 ) by doing the steps mentioned here (btw I'm not using obelisk):

https://discourse.haskell.org/t/haskell-language-server-ghc-version-could-not-be-determined/5856/10

These are the steps in the link:

I think reflex-platform should provide an option to install hls. Nix could probably automate the cabal install manual step right?

Originally posted by @iogrt in https://github.com/reflex-frp/reflex-platform/issues/747#issuecomment-1684231942