From 011a884bf286ab4ed908b7b040091b92489eb653 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 15 May 2018 18:31:40 +0200 Subject: Don't notify watchdog --- trivmix.cabal | 2 +- trivmix.nix | 2 +- trivmix/Trivmix.hs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/trivmix.cabal b/trivmix.cabal index 37218b6..494e165 100644 --- a/trivmix.cabal +++ b/trivmix.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: trivmix -version: 3.2.1 +version: 3.3.0 -- synopsis: -- description: license: PublicDomain diff --git a/trivmix.nix b/trivmix.nix index 310e687..233cfb3 100644 --- a/trivmix.nix +++ b/trivmix.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "trivmix"; - version = "3.2.1"; + version = "3.3.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/trivmix/Trivmix.hs b/trivmix/Trivmix.hs index 21add53..69a3b50 100644 --- a/trivmix/Trivmix.hs +++ b/trivmix/Trivmix.hs @@ -192,7 +192,6 @@ trivmix Options{..} = do mix :: MVar Level -> CFloat -> IO CFloat mix level input = do - notifyWatchdog level' <- readMVar level return $ (CFloat $ toFloat level') * input -- cgit v1.2.3