Blueprint is a tool + lib that lets you mainpulate and work on Haskell's AST.
Building the whole package: stack build
Building the cli: stack build blueprint-cli
Building the debug tool: stack build blueprint-debug
The blueprint library which everything is based on.
The blueprint cli which is built on top of blueprint-core.
The debugging tools built on top of blueprint-core