Skip to content

Commit 272a1a6

Browse files
committed
Use the stable channel for all things haskell
Enable dynamic linking for HLS (e.g. for TH) haskell/haskell-language-server#2665
1 parent cb77d7f commit 272a1a6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

machines/superstrizh/configuration.nix

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@
150150
# $ nix search wget
151151
environment.systemPackages =
152152
let
153-
haskell-language-server-custom = pkgs.latest.haskell-language-server.override {
153+
haskell-language-server-custom = pkgs.haskell-language-server.override {
154+
dynamic = true;
154155
supportedGhcVersions = [ "8107" "902" "923" ];
155156
};
156157
in with pkgs; [
@@ -192,11 +193,11 @@
192193
nodePackages.yarn
193194

194195
# Haskell
195-
latest.stack
196-
latest.cabal-install
196+
stack
197+
cabal-install
198+
hlint
199+
ormolu
197200
haskell-language-server-custom
198-
latest.hlint
199-
latest.ormolu
200201

201202
google-chrome
202203
firefox

0 commit comments

Comments
 (0)