https://github.com/nh2/ghc-mod-socket
Makes ghc-modi behave like hdevtools
https://github.com/nh2/ghc-mod-socket
Last synced: about 1 month ago
JSON representation
Makes ghc-modi behave like hdevtools
- Host: GitHub
- URL: https://github.com/nh2/ghc-mod-socket
- Owner: nh2
- Created: 2014-09-17T15:44:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T15:49:47.000Z (over 10 years ago)
- Last Synced: 2025-04-09T04:23:03.975Z (2 months ago)
- Language: Haskell
- Size: 141 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ghc-mod-socket
==============Makes `ghc-modi` behave like hdevtools.
Note that this is only a quick proof of concept so far, but it works.
## Running
Start `ghc-mod-socket` from your cabal directory or below.
You can then communicate with the socket file, e.g.:
`echo "check myfile.hs" | nc -U .ghc-mod-socket.sock`
Binding this to a command in your editor might be useful.