- Support reflex-vty 0.5
- Support ghc 9.6 and reflex-vty 0.4
- Breaking change: Expose a new interface that more robustly represents the state of the child ghci process.
- Show the most recently run commands and allow user to select from them to see their output
- Support ghc 8.10 and reflex-vty 0.3
- Loosen version bounds on optparse-applicative and vty
- Use reflex-vty 0.2
- Extend version bounds to support reflex 0.8
- Fix various circumstances under which reflex-ghci would hang due to failure to properly parse GHCi output or failure to detect filesystem changes (the latter particularly on macOS)
- Tests: Ensure proper shutdown.
- Tests: Fix tests for GHC 8.8.4
- Library: Require at least version 0.7.1 of
reflex
. - Library: Require at least version 0.3 of
reflex-process
. - Library: Expand version bounds for
regex-tdfa
andvty
. - Tests: Include test fixtures in sdist.
- Tests: Fix some bugs.
- Library: Export
shutdown
andgetExitEvent
to make it easier for library users to cleanly exit - Library: Fix regex to capture "Failed, one module loaded"
- Tests: Add basic test suite, covering module loading, expression execution, exceptions, and filesystem notification-based reloading.
- Library: Reset module output pane scroll position on reload events (like we do with the expression output pane).
- Executable: Show executable version number (taken from cabal file) in help output
- Update for compatibility with
reflex-process
-0.2.0.0.
- Library: Fix parsing of "Failed, n modules loaded." message
- Library: Properly initialize when GHCi version message is the first output line
- Executable: Terminate ghci process when ctrl-c is received
- Library: Don't use a separate process group. Send termination signal to process, not group
- Library: Use
watchDirectoryTree
fromReflex.FSNotify
to avoid symlink cycles when enumerating directories
- Extract console GHCi widgets from the executable into a library module
- Executable: Run with -Wall when repl command is unspecified
- Executable: Fix option parser so that there is no expression to evaluate by default
- Initial release. A reflex-process wrapper for GHCi and cabal repl commands and a reflex-vty-based executable.