unagi-streams 0.2.4 → 0.2.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basenew-uploader
Dependency ranges changed: base
Files
- unagi-streams.cabal +2/−2
unagi-streams.cabal view
@@ -1,5 +1,5 @@ name: unagi-streams-version: 0.2.4+version: 0.2.6 synopsis: Unagi Chan IO-Streams description: Io-streams chans implemented underneath with unagi-chans. This library is a straight port of@@ -23,7 +23,7 @@ exposed-modules: System.IO.Streams.Concurrent.Unagi , System.IO.Streams.Concurrent.Unagi.Bounded- build-depends: base >= 4.7 && < 4.12+ build-depends: base >= 4.7 && < 4.14 , io-streams >= 1.2 && < 1.6 , unagi-chan >= 0.2 && < 0.5