mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Set inotify flag to automatic and bump version to 0.1.2.0
This commit is contained in:
parent
ecdc6e498d
commit
4ef4301e3b
1 changed files with 1 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
-- see http://haskell.org/cabal/users-guide/
|
-- see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: reanimate
|
name: reanimate
|
||||||
version: 0.1.1.0
|
version: 0.1.2.0
|
||||||
-- synopsis:
|
-- synopsis:
|
||||||
-- description:
|
-- description:
|
||||||
license: PublicDomain
|
license: PublicDomain
|
||||||
|
|
@ -34,7 +34,6 @@ Source-Repository head
|
||||||
|
|
||||||
Flag inotify
|
Flag inotify
|
||||||
Description: Enable file watching using linux's inotify
|
Description: Enable file watching using linux's inotify
|
||||||
Default: True
|
|
||||||
|
|
||||||
library
|
library
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue