unbounded-delays 0.1.0.2 → 0.1.0.3
raw patch · 3 files changed
+3/−9 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Control/Concurrent/Thread/Delay.hs +0/−3
- Control/Concurrent/Timeout.hs +0/−3
- unbounded-delays.cabal +3/−3
Control/Concurrent/Thread/Delay.hs view
@@ -51,6 +51,3 @@ let maxWait = min time $ toInteger (maxBound ∷ Int) threadDelay $ fromInteger maxWait when (maxWait /= time) $ delay (time - maxWait)----- The End ---------------------------------------------------------------------
Control/Concurrent/Timeout.hs view
@@ -112,6 +112,3 @@ (killThread) (\_ → fmap Just f) )----- The End ---------------------------------------------------------------------
unbounded-delays.cabal view
@@ -1,5 +1,5 @@ name: unbounded-delays-version: 0.1.0.2+version: 0.1.0.3 cabal-version: >= 1.6 build-type: Custom author: Bas van Dijk <v.dijk.bas@gmail.com>@@ -9,7 +9,7 @@ copyright: 2011 Bas van Dijk & Roel van Dijk license: BSD3 license-file: LICENSE-homepage: https://github.com/basvandijk/unbounded-delays/+homepage: https://github.com/basvandijk/unbounded-delays bug-reports: https://github.com/basvandijk/unbounded-delays/issues category: Concurrency synopsis: Unbounded thread delays and timeouts@@ -25,7 +25,7 @@ Location: git://github.com/basvandijk/unbounded-delays.git library- build-depends: base >= 4 && < 4.5+ build-depends: base >= 4 && < 4.6 exposed-modules: Control.Concurrent.Thread.Delay , Control.Concurrent.Timeout ghc-options: -Wall