summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-09-20 02:49:35 +0200
committermaralorn <mail@maralorn.de>2022-09-21 05:23:07 +0200
commit7c2fda45cc67990994ee160309fb5ed2e8425ff3 (patch)
tree453ed0a86849d206967887c105301a3c00f392e9 /maintainers/scripts
parenta7d50b4e0988e4f53d2d3629c7b5f57c2736480f (diff)
haskell-language-server: 1.7.0.0 -> 1.8.0.0
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/haskell/update-stackage.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh
index 4da9f6d28c2fd..f1f04cdf45043 100755
--- a/maintainers/scripts/haskell/update-stackage.sh
+++ b/maintainers/scripts/haskell/update-stackage.sh
@@ -58,7 +58,14 @@ sed -r \
     -e '/ jailbreak-cabal /d' \
     -e '/ language-nix /d' \
     -e '/ cabal-install /d' \
+    -e '/ lsp /d' \
+    -e '/ lsp-types /d' \
+    -e '/ lsp-test /d' \
+    -e '/ hie-bios /d' \
     < "${tmpfile_new}" >> $stackage_config
+# Explanations:
+# cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing.
+# lsp, lsp-types, lsp-test, hie-bios: These are tightly coupled to hls which is not in stackage. They have no rdeps in stackage.
 
 if [[ "${1:-}" == "--do-commit" ]]; then
 git add $stackage_config