@hackage halive0.1.8

A live recompiler

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