heartbeat-streams 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, time
API changes (from Hackage documentation)
Files
- heartbeat-streams.cabal +3/−3
heartbeat-streams.cabal view
@@ -1,5 +1,5 @@ name: heartbeat-streams-version: 0.1.0.2+version: 0.1.0.3 synopsis: Heartbeats for io-streams License: BSD3 license-file: LICENSE@@ -26,6 +26,6 @@ exposed-modules: System.IO.Streams.Heartbeat build-depends: async >= 2.0 && < 2.3- , base >= 4.8 && < 4.14+ , base >= 4.8 && < 5 , io-streams >= 1.1 && < 1.6- , time >= 1.4 && < 1.10+ , time >= 1.4 && < 1.12