https://github.com/agrafix/filewatch
Haskell: Observe a file for changes and automatically load it
https://github.com/agrafix/filewatch
Last synced: about 2 months ago
JSON representation
Haskell: Observe a file for changes and automatically load it
- Host: GitHub
- URL: https://github.com/agrafix/filewatch
- Owner: agrafix
- License: bsd-3-clause
- Created: 2015-12-07T23:25:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T23:41:16.000Z (over 10 years ago)
- Last Synced: 2025-10-11T10:43:47.921Z (8 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
filewatch
=====
[](https://travis-ci.org/agrafix/filewatch)
## Intro
Observe a file for changes and automatically load it
## Install
* From Source (cabal): `git clone https://github.com/agrafix/filewatch.git && cd filewatch && cabal install`
* From Source (stack): `git clone https://github.com/agrafix/filewatch.git && cd filewatch && stack build`
## Misc
### Supported GHC Versions
* 7.10.2
### License
Released under the BSD3 license.
2015 Alexander Thiemann