An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

filewatch
=====

[![Build Status](https://travis-ci.org/agrafix/filewatch.svg)](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