halive

A live recompiler

https://github.com/lukexi/halive

Latest on Hackage:0.1.8

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-2-Clause licensed by Luke Iannini
Maintained by [email protected]

Live recompiler for Haskell

Usage:

halive path/to/myfile.hs [optionally any/extra include/dirs ..] [-f|--file-type additional file type] [-c|--compiled] -- [args to app]

Available options:

-f, --file-type type - Custom file type to watch for changes (e.g. -f html) -c, --compiled - Use faster compiled code at the expense of recompilation speed

See README