mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 08:56:59 +00:00
Add haskell-language-server to the dev shell (#34)
This commit is contained in:
parent
f9412effde
commit
9e5dbd755f
@ -9,7 +9,7 @@ in
|
|||||||
# You might want some extra tools in the shell (optional).
|
# You might want some extra tools in the shell (optional).
|
||||||
|
|
||||||
# Some common tools can be added with the `tools` argument
|
# Some common tools can be added with the `tools` argument
|
||||||
tools = { cabal = "3.2.0.0"; };
|
tools = { cabal = "3.2.0.0"; haskell-language-server = "latest"; };
|
||||||
|
|
||||||
# Prevents cabal from choosing alternate plans, so that
|
# Prevents cabal from choosing alternate plans, so that
|
||||||
# *all* dependencies are provided by Nix.
|
# *all* dependencies are provided by Nix.
|
||||||
|
Loading…
Reference in New Issue
Block a user