From 4ef4301e3bd0a4e6db4177cf998eba06424fda98 Mon Sep 17 00:00:00 2001 From: David Date: Sat, 9 Mar 2019 11:48:45 +0100 Subject: [PATCH] Set inotify flag to automatic and bump version to 0.1.2.0 --- reanimate.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reanimate.cabal b/reanimate.cabal index 96f837b..030014f 100644 --- a/reanimate.cabal +++ b/reanimate.cabal @@ -2,7 +2,7 @@ -- see http://haskell.org/cabal/users-guide/ name: reanimate -version: 0.1.1.0 +version: 0.1.2.0 -- synopsis: -- description: license: PublicDomain @@ -34,7 +34,6 @@ Source-Repository head Flag inotify Description: Enable file watching using linux's inotify - Default: True library hs-source-dirs: src