io-streams 1.1.0.2 → 1.1.0.3
raw patch · 1 files changed
+4/−2 lines, 1 filesdep ~primitivePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: primitive
API changes (from Hackage documentation)
Files
- io-streams.cabal +4/−2
io-streams.cabal view
@@ -1,5 +1,5 @@ Name: io-streams-Version: 1.1.0.2+Version: 1.1.0.3 License: BSD3 License-file: LICENSE Category: Data, Network, IO-Streams@@ -80,6 +80,8 @@ . /ChangeLog/ .+ [@1.1.0.3@] Fixed an inconsistent version upper bound in the test suite.+ . [@1.1.0.2@] Fixed a typo in the tutorial. . [@1.1.0.1@] A couple of Haddock markup fixes.@@ -230,7 +232,7 @@ filepath >= 1.2 && <2, mtl >= 2 && <3, network >= 2.4 && <2.5,- primitive >= 0.2 && <0.5,+ primitive >= 0.2 && <0.6, process >= 1 && <1.2, text >= 0.10 && <0.12, time >= 1.2 && <1.5,