diff options
| author | Luke Hoersten <[email protected]> | 2016-05-31 22:18:36 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2016-05-31 22:18:36 -0500 |
| commit | cd56306d66ae44d60d637ce190a7049325dc49db (patch) | |
| tree | ef5afd54930d2ee4504bf7a5094d37d9311d977a /unagi-streams.cabal | |
| parent | edb077dbf364ec3b5ba153d3440953791bd1cc62 (diff) | |
Diffstat (limited to 'unagi-streams.cabal')
| -rw-r--r-- | unagi-streams.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unagi-streams.cabal b/unagi-streams.cabal index bb26ffe..b1f97f0 100644 --- a/unagi-streams.cabal +++ b/unagi-streams.cabal @@ -1,5 +1,5 @@ name: unagi-streams -version: 0.1.3 +version: 0.2.0 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 @@ library System.IO.Streams.Concurrent.Unagi , System.IO.Streams.Concurrent.Unagi.Bounded build-depends: - base >= 4.7 && < 4.9 + base >= 4.7 && < 4.10 , unagi-chan >= 0.2 && < 0.5 , io-streams >= 1.2 && < 1.4 |
