MercuryTechnologies / ghciwatch

Load a GHCi session for a Haskell project and reload it when source files change
https://mercurytechnologies.github.io/ghciwatch/
MIT License
111 stars 10 forks source link

[NFCI] `Module` -> `CompilingModule` #289

Closed 9999years closed 4 months ago

9999years commented 4 months ago

This is the result of parsing a GHC message like

[1 of 3] Compiling Foo ( Foo.hs, Foo.o, interpreted )

It is specifically for when a module is being compiled. In the future, we may parse out output names, the "1 of 3" bit, etc.

I'm thinking about adding a more complete Module type to go in the ModuleSet and I don't want name conflicts.

github-actions[bot] commented 4 months ago

A PR to release these changes has been created, bumping the version from 1.0.0 to 1.0.1.