io-streams 1.1.3.0 → 1.1.4.0
raw patch · 1 files changed
+8/−5 lines, 1 filesdep ~attoparsecdep ~text
Dependency ranges changed: attoparsec, text
Files
- io-streams.cabal +8/−5
io-streams.cabal view
@@ -1,5 +1,5 @@ Name: io-streams-Version: 1.1.3.0+Version: 1.1.4.0 License: BSD3 License-file: LICENSE Category: Data, Network, IO-Streams@@ -81,6 +81,9 @@ . /ChangeLog/ .+ [@1.1.4.0@] Widened @attoparsec@ and @text@ library dependencies to allow+ the latest versions.+ . [@1.1.3.0@] Added @System.IO.Streams.ByteString.takeExactly@. Widened @network@ dependency to include 2.3. Added a @NoInteractiveTests@ flag to selectively disable some tests for@@ -169,13 +172,13 @@ System.IO.Streams.Internal.Search Build-depends: base >= 4 && <5,- attoparsec >= 0.10 && <0.11,+ attoparsec >= 0.10 && <0.12, blaze-builder >= 0.3.1 && <0.4, bytestring >= 0.9 && <0.11, network >= 2.3 && <2.5, primitive >= 0.2 && <0.6, process >= 1 && <1.3,- text >= 0.10 && <1.1,+ text >= 0.10 && <1.2, time >= 1.2 && <1.5, transformers >= 0.2 && <0.4, vector >= 0.7 && <0.11,@@ -249,7 +252,7 @@ Build-depends: base >= 4 && <5,- attoparsec >= 0.10 && <0.11,+ attoparsec >= 0.10 && <0.12, blaze-builder >= 0.3.1 && <0.4, bytestring >= 0.9 && <0.11, deepseq >= 1.2 && <1.4,@@ -259,7 +262,7 @@ network >= 2.3 && <2.5, primitive >= 0.2 && <0.6, process >= 1 && <1.3,- text >= 0.10 && <1.1,+ text >= 0.10 && <1.2, time >= 1.2 && <1.5, transformers >= 0.2 && <0.4, vector >= 0.7 && <0.11,