lukexi / halive

Live recompiler for Haskell
BSD 2-Clause "Simplified" License
263 stars 18 forks source link

Fixes #11 - Added support for custom file types #27

Closed dcastro closed 6 years ago

dcastro commented 6 years ago

This PR adds a -f/--file-type option to allow users to ask Halive to watch custom file types for changes, as suggested in #11.

@lukexi's suggestion to add a configuration file was not addressed yet.

The changes to stack.yaml and test\SubHalive.hs were to fix the demo. It hasn't been in a compilable state since around April 11, as far as I can tell.

dcastro commented 6 years ago

Hi @lukexi, just wondering if you've had a chance to look at this? Thanks in advance.