diff options
| author | Luke Hoersten <[email protected]> | 2015-07-28 14:26:19 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2015-07-28 14:26:19 -0500 |
| commit | 9ca8115c2366463e49f469e71f09ceb11d9ad446 (patch) | |
| tree | a4f08868987d4e8fc68d46710165c514fcf6ea6e /unagi-streams.cabal | |
| parent | aa0f7d7ba3946f1346b0f1ece5173d12fb7dccf7 (diff) | |
| parent | c452ba7e07b3ba03d1e72a7dc9c29f159286f44e (diff) | |
Merge pull request #1 from dmjio/master
Version bumps on unagi-chan and io-streams
Diffstat (limited to 'unagi-streams.cabal')
| -rw-r--r-- | unagi-streams.cabal | 6 |
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 |
