There was an error while loading. Please reload this page.
1 parent 818e3d4 commit 9bed550Copy full SHA for 9bed550
unagi-streams.cabal
@@ -1,5 +1,5 @@
1
name: unagi-streams
2
-version: 0.2.5
+version: 0.2.5.1
3
synopsis: Unagi Chan IO-Streams
4
description: Io-streams chans implemented underneath with
5
unagi-chans. This library is a straight port of
@@ -23,7 +23,7 @@ library
23
exposed-modules:
24
System.IO.Streams.Concurrent.Unagi
25
, System.IO.Streams.Concurrent.Unagi.Bounded
26
- build-depends: base >= 4.7 && < 4.13
+ build-depends: base >= 4.7 && < 4.14
27
, io-streams >= 1.2 && < 1.6
28
, unagi-chan >= 0.2 && < 0.5
29
0 commit comments