arcanist.sh Docs
Documentation
Guides, references, and API docs for the arcanist.sh ecosystem.
hx Documentation
Installation, CLI reference, configuration, guides, and tutorials for the hx Haskell package manager.
BHC Documentation
Compiler internals, runtime profiles, compilation targets, and API reference for the Basel Haskell Compiler.
[ COMPILER BACKEND ]
BHC Basel Haskell Compiler
hx supports BHC as an alternative compiler backend alongside GHC. BHC is an independent Haskell compiler with runtime profiles, WASM targets, and numeric optimizations.
Runtime profiles (default, server, numeric, edge)
Multiple targets: native, WASI, WASM
GHC-compatible, drop-in for most packages
terminal
$ hx build --compiler=bhc --profile=server