heartbeat-streams 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~timenew-uploaderPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, time
API changes (from Hackage documentation)
- System.IO.Streams.Heartbeat: instance GHC.Exception.Exception System.IO.Streams.Heartbeat.HeartbeatException
+ System.IO.Streams.Heartbeat: instance GHC.Exception.Type.Exception System.IO.Streams.Heartbeat.HeartbeatException
Files
- heartbeat-streams.cabal +3/−3
heartbeat-streams.cabal view
@@ -1,5 +1,5 @@ name: heartbeat-streams-version: 0.1.0.1+version: 0.1.0.2 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.12+ , base >= 4.8 && < 4.14 , io-streams >= 1.1 && < 1.6- , time >= 1.4 && < 1.9+ , time >= 1.4 && < 1.10