@hackage haskell-tools-daemon1.0.0.2
Background process for Haskell-tools that editors can connect to.
Installation
Dependencies (24)
- Cabal >=2.0 && <2.1
- Diff >=0.3 && <0.4
- aeson >=1.0 && <1.3
- base >=4.9 && <5.0
- bytestring >=0.10 && <1.0
- containers >=0.5 && <0.6 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.