src.nth.io/

summaryrefslogtreecommitdiff
path: root/unagi-streams.cabal
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2014-12-09 13:37:21 -0600
committerLuke Hoersten <[email protected]>2014-12-09 13:37:21 -0600
commit9f53721dad732c5c389fd27b155c08dc603d1191 (patch)
tree9d238b5ef6fb81e650ad08decf1cf7a645fdfe9c /unagi-streams.cabal
parent9bd1b211a9e78fd6d0ad79fd122d7be774d12899 (diff)
Added bounded dup streams.
Diffstat (limited to 'unagi-streams.cabal')
-rw-r--r--unagi-streams.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/unagi-streams.cabal b/unagi-streams.cabal
index 8ded4ba..4529913 100644
--- a/unagi-streams.cabal
+++ b/unagi-streams.cabal
@@ -1,5 +1,5 @@
name: unagi-streams
-version: 0.1.0.0
+version: 0.1.1.0
synopsis: Unagi Chan IO-Streams
description: IO-Streams implemented underneath with Unagi
channels. This library is a straight port of Greg Collins' IO-Streams
@@ -15,6 +15,7 @@ cabal-version: >= 1.10
library
exposed-modules:
System.IO.Streams.Concurrent.Unagi
+ , System.IO.Streams.Concurrent.Unagi.Bounded
build-depends:
base >= 4.7 && < 4.8
, unagi-chan >= 0.2 && < 0.3