Skip to content

Commit 9bed550

Browse files
committed
Bump base bounds
1 parent 818e3d4 commit 9bed550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unagi-streams.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: unagi-streams
2-
version: 0.2.5
2+
version: 0.2.5.1
33
synopsis: Unagi Chan IO-Streams
44
description: Io-streams chans implemented underneath with
55
unagi-chans. This library is a straight port of
@@ -23,7 +23,7 @@ library
2323
exposed-modules:
2424
System.IO.Streams.Concurrent.Unagi
2525
, System.IO.Streams.Concurrent.Unagi.Bounded
26-
build-depends: base >= 4.7 && < 4.13
26+
build-depends: base >= 4.7 && < 4.14
2727
, io-streams >= 1.2 && < 1.6
2828
, unagi-chan >= 0.2 && < 0.5
2929

0 commit comments

Comments
 (0)