packages feed

io-streams 1.1.2.1 → 1.1.2.2

raw patch · 1 files changed

+13/−9 lines, 1 filesdep ~processdep ~test-frameworkdep ~test-framework-hunit

Dependency ranges changed: process, test-framework, test-framework-hunit, test-framework-quickcheck2, text

Files

io-streams.cabal view
@@ -1,5 +1,5 @@ Name:                io-streams-Version:             1.1.2.1+Version:             1.1.2.2 License:             BSD3 License-file:        LICENSE Category:            Data, Network, IO-Streams@@ -9,6 +9,7 @@ Synopsis:            Simple, composable, and easy-to-use stream I/O Tested-With:         GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1,                      GHC==7.2.2, GHC==7.0.4+Bug-Reports:         https://github.com/snapframework/io-streams/issues Description:   /Overview/   .@@ -80,6 +81,9 @@   .   /ChangeLog/   .+    [@1.1.2.2@] Allowed newest versions of the @process@, @test-framework@,+                and @text@ libraries.+  .     [@1.1.2.1@] Fixed build error when compiled against attoparsec-0.10.0.x.   .     [@1.1.2.0@] Added @System.IO.Streams.Concurrent.makeChanPipe@, to create a@@ -160,8 +164,8 @@                      bytestring    >= 0.9   && <0.11,                      network       >= 2.4   && <2.5,                      primitive     >= 0.2   && <0.6,-                     process       >= 1     && <1.2,-                     text          >= 0.10  && <0.12,+                     process       >= 1     && <1.3,+                     text          >= 0.10  && <1.1,                      time          >= 1.2   && <1.5,                      transformers  >= 0.2   && <0.4,                      vector        >= 0.7   && <0.11,@@ -244,8 +248,8 @@                      mtl           >= 2     && <3,                      network       >= 2.4   && <2.5,                      primitive     >= 0.2   && <0.6,-                     process       >= 1     && <1.2,-                     text          >= 0.10  && <0.12,+                     process       >= 1     && <1.3,+                     text          >= 0.10  && <1.1,                      time          >= 1.2   && <1.5,                      transformers  >= 0.2   && <0.4,                      vector        >= 0.7   && <0.11,@@ -253,9 +257,9 @@                       HUnit                      >= 1.2      && <2,                      QuickCheck                 >= 2.3.0.2  && <3,-                     test-framework             >= 0.6      && <0.7,-                     test-framework-hunit       >= 0.2.7    && <0.3,-                     test-framework-quickcheck2 >= 0.2.12.1 && <0.3,+                     test-framework             >= 0.6      && <0.9,+                     test-framework-hunit       >= 0.2.7    && <0.4,+                     test-framework-quickcheck2 >= 0.2.12.1 && <0.4,                      zlib                       >= 0.5      && <0.6    if impl(ghc >= 7.2)@@ -273,4 +277,4 @@  source-repository head   type:     git-  location: git://github.com/snapframework/io-streams.git+  location: https://github.com/snapframework/io-streams.git