src.nth.io/

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Johnson <[email protected]>2015-07-15 16:17:03 -0500
committerDavid Johnson <[email protected]>2015-07-15 16:17:03 -0500
commitc452ba7e07b3ba03d1e72a7dc9c29f159286f44e (patch)
treea4f08868987d4e8fc68d46710165c514fcf6ea6e
parentaa0f7d7ba3946f1346b0f1ece5173d12fb7dccf7 (diff)
Version bumps on unagi-chan and io-streams
-rw-r--r--unagi-streams.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/unagi-streams.cabal b/unagi-streams.cabal
index 67442d8..280fbcf 100644
--- a/unagi-streams.cabal
+++ b/unagi-streams.cabal
@@ -1,5 +1,5 @@
name: unagi-streams
-version: 0.1.2
+version: 0.1.3
synopsis: Unagi Chan IO-Streams
description: Io-streams chans implemented underneath with
unagi-chans. This library is a straight port of
@@ -18,8 +18,8 @@ library
, System.IO.Streams.Concurrent.Unagi.Bounded
build-depends:
base >= 4.7 && < 4.9
- , unagi-chan >= 0.2 && < 0.4
- , io-streams >= 1.2 && < 1.3
+ , unagi-chan >= 0.2 && < 0.5
+ , io-streams >= 1.2 && < 1.4
hs-source-dirs: src