haskell: Extract to zed-extensions/haskell repository (#26306)

This PR extracts the Haskell extension to the
[zed-extensions/haskell](https://github.com/zed-extensions/haskell)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-07 17:07:04 -05:00 committed by GitHub
parent f57dece2d5
commit 4f6682c7fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 1 additions and 325 deletions

View file

@ -1,6 +1,6 @@
# Haskell
Haskell support is available through the [Haskell extension](https://github.com/zed-industries/zed/tree/main/extensions/haskell).
Haskell support is available through the [Haskell extension](https://github.com/zed-extensions/haskell).
- Tree-sitter: [tree-sitter-haskell](https://github.com/tree-sitter/tree-sitter-haskell)
- Language Server: [haskell-language-server](https://github.com/haskell/haskell-language-server)