packages feed

git-monitor 2.0.1.0 → 2.0.1.1

raw patch · 2 files changed

+3/−4 lines, 2 files

Files

Main.hs view
@@ -126,9 +126,8 @@                 liftIO $ threadDelay (interval opts * 1000000)   where     initLogging debugMode = do-        let level | debugMode    = DEBUG-                  | verbose opts = DEBUG-                  | otherwise    = INFO+        let level | debugMode = DEBUG+                  | otherwise = INFO         h <- (`setFormatter` tfLogFormatter "%H:%M:%S" "$time - [$prio] $msg")              <$> streamHandler System.IO.stderr level         removeAllHandlers
git-monitor.cabal view
@@ -1,5 +1,5 @@ Name:    git-monitor-Version: 2.0.1.0+Version: 2.0.1.1  Synopsis:    Passively snapshots working tree changes efficiently. Description: Passively snapshots working tree changes efficiently.