From caff1254b3af4288601f33bef40189a6ef0a27e5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Jun 2015 22:58:52 +0200 Subject: fixed build fail --- src/Trivmix.hs | 2 +- trivmix.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Trivmix.hs b/src/Trivmix.hs index fe592fe..7a786f3 100644 --- a/src/Trivmix.hs +++ b/src/Trivmix.hs @@ -145,7 +145,7 @@ handleFiles inotify level files = do forkIO $ forever $ do -- Broadcast level changes and update all files readChan levelChanges' >>= writeLevel file addWatch inotify watchedAttrs file (const $ readLevel levelChanges level file) - sequence [onStateFile f (show initLevel ++ "\n") handleFile f | f <- files] + sequence [onStateFile f (show initLevel ++ "\n") $ handleFile f | f <- files] forkIO $ forever $ do readChan levelChanges >>= swapMVar level return () diff --git a/trivmix.cabal b/trivmix.cabal index 933f01b..596a93d 100644 --- a/trivmix.cabal +++ b/trivmix.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix -version: 2.2.0 +version: 2.2.1 -- synopsis: -- description: license: PublicDomain -- cgit v1.2.3