packages feed

heartbeat-streams 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~asyncdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: async, base

API changes (from Hackage documentation)

Files

heartbeat-streams.cabal view
@@ -1,5 +1,5 @@ name:                heartbeat-streams-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Heartbeats for io-streams License:             BSD3 license-file:        LICENSE@@ -25,7 +25,7 @@    exposed-modules: System.IO.Streams.Heartbeat -  build-depends: async      >= 2.0 && < 2.2-               , base       >= 4.8 && < 4.11+  build-depends: async      >= 2.0 && < 2.3+               , base       >= 4.8 && < 4.12                , io-streams >= 1.1 && < 1.6                , time       >= 1.4 && < 1.9