diff --git a/cabal.project b/cabal.project index 965f93ad716..75e5c6caeb3 100644 --- a/cabal.project +++ b/cabal.project @@ -130,7 +130,7 @@ source-repository-package type: git location: https://github.com/input-output-hk/hedgehog-extras tag: 9ea1845ca2036e7a1ae9fcebe393526540c5c233 - --sha256: 0qwvx04l9q3h7acb0a3b8iarqcn5bkqhwaplbga5pvryqp3lhn00 + --sha256: 1436dwmz9v6ky9kzgnr4flzlzjxwh2zjkds9fnayc1ddang6wwb6 source-repository-package type: git diff --git a/nix/workbench/shell.nix b/nix/workbench/shell.nix index a4006a8a365..1df2d32f7a7 100644 --- a/nix/workbench/shell.nix +++ b/nix/workbench/shell.nix @@ -84,10 +84,6 @@ in project.shellFor { packages = ps: builtins.attrValues (haskellLib.selectProjectPackages ps); tools = { - haskell-language-server = { - version = "latest"; - inherit (project) index-state; - }; }; # These programs will be available inside the nix-shell.