@hackage haskell-tools-daemon1.1.1.0
Background process for Haskell-tools that editors can connect to.
Installation
Dependencies (24)
- Cabal >=2.0 && <2.5
- Diff >=0.3 && <0.4
- aeson >=1.0 && <1.5
- base >=4.9 && <4.13
- bytestring >=0.10 && <1.0
- containers >=0.5 && <0.7 Show all…
Dependents (1)
@hackage/haskell-tools-cli
Background process for Haskell-tools that provides a way to use the tools on a whole project. It also makes it possible to use the tools on the project in a session, reloading modules when needed. The daemon library is independent of the actual set of tools, and takes them as a parameter, so the system can be easily extended by creating a simple new Main module.