@hackage halive0.1.5
A live recompiler
Categories
License
BSD-2-Clause
Maintainer
lukexi@me.com
Links
Versions
Installation
Dependencies (16)
- base >=4.7 && <5
- containers
- directory
- filepath
- foreign-store
- fsnotify Show all…
Dependents (0)
Live recompiler for Haskell
Usage:
halive path/to/myfile.hs [optionally any/extra include/dirs ..] [-f|--file-type additional file type] -- [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