fileneglect 0.0.0 → 0.0.0.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- fileneglect.cabal +1/−1
- src/System/IDontNotify.hs +0/−1
fileneglect.cabal view
@@ -1,5 +1,5 @@ Name: fileneglect-Version: 0.0.0+Version: 0.0.0.1 Author: Athan Clark <athan.clark@gmail.com> Maintainer: Athan Clark <athan.clark@gmail.com> License: BSD3
src/System/IDontNotify.hs view
@@ -34,7 +34,6 @@ e' <- atomically $ do modifyTVar expectation (+1) readTVar expectation- print e threadDelay time e'' <- readTVarIO expectation when (e' == e'') $