timers 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~lifted-basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, lifted-base
API changes (from Hackage documentation)
Files
- timers.cabal +3/−3
timers.cabal view
@@ -1,5 +1,5 @@ name: timers-version: 0.2.0.0+version: 0.2.0.1 synopsis: Simple package that implements timers. description: Simple package that implements timers. Both "one-shot" and "repeating" timers are implemented. license: BSD3@@ -25,8 +25,8 @@ Control.Concurrent.Timer.Types build-depends:- base == 4.5.*- , lifted-base == 0.1.*+ base >= 4.5 && < 4.7+ , lifted-base >= 0.1 && < 0.3 , monad-control == 0.3.* , transformers-base == 0.4.* , suspend == 0.1.*