We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•474 B
# Haskell Language Server integration
This integration allows loading `haskell_binary` and `haskell_library` targets
on Haskell Language Server. This is accomplished via a BXL script that is used
to drive a hie-bios "bios" cradle.
# Usage
To print the list of GHC flags and targets for a Haskell source file:
buck2 bxl prelude//haskell/ide/ide.bxl -- --bios true --file
<repo_relative_path_to_source_file>
To integrate with hie_bios, copy `hie.yaml` to your repo root