From be19fd436d8f1ca0c534edfd81182bd737a88228 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 21 Jun 2015 17:31:25 +0200 Subject: Syntax error fix --- src/Trivmix.hs | 2 +- trivmix.cabal | 2 +- trivmix.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Trivmix.hs b/src/Trivmix.hs index 96e578b..181025d 100644 --- a/src/Trivmix.hs +++ b/src/Trivmix.hs @@ -165,7 +165,7 @@ handleFiles :: INotify -> MVar Level -> [FilePath] -> IO () handleFiles inotify level files = do initLevel <- readMVar level levelChanges <- (newChan :: IO (Chan Level)) - stderrLock <- newMVar) () + stderrLock <- newMVar () let handleFile file = do levelChanges' <- dupChan levelChanges diff --git a/trivmix.cabal b/trivmix.cabal index 3bc41ad..0fd85f2 100644 --- a/trivmix.cabal +++ b/trivmix.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix -version: 2.4.1 +version: 2.4.2 -- synopsis: -- description: license: PublicDomain diff --git a/trivmix.nix b/trivmix.nix index 34b2fde..ebeb77f 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -6,7 +6,7 @@ cabal.mkDerivation (self: { pname = "trivmix"; - version = "2.4.1"; + version = "2.4.2"; src = ./.; isLibrary = false; isExecutable = true; -- cgit v1.2.3