diff options
| author | Luke Hoersten <[email protected]> | 2015-04-02 15:32:21 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2015-04-02 15:32:21 -0500 |
| commit | aa0f7d7ba3946f1346b0f1ece5173d12fb7dccf7 (patch) | |
| tree | 10ddb3e23c5e4e0678c27cee4d5b8d3b19fd96b3 | |
| parent | 5d660aaa53525d7a1a17cf1939e32ff0bbf1da80 (diff) | |
Bumped versions for ghc 7.10 and base 4.8.
| -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 b2d0d1b..67442d8 100644 --- a/unagi-streams.cabal +++ b/unagi-streams.cabal @@ -1,5 +1,5 @@ name: unagi-streams -version: 0.1.1.0 +version: 0.1.2 synopsis: Unagi Chan IO-Streams description: Io-streams chans implemented underneath with unagi-chans. This library is a straight port of @@ -17,8 +17,8 @@ library System.IO.Streams.Concurrent.Unagi , System.IO.Streams.Concurrent.Unagi.Bounded build-depends: - base >= 4.7 && < 4.8 - , unagi-chan >= 0.2 && < 0.3 + base >= 4.7 && < 4.9 + , unagi-chan >= 0.2 && < 0.4 , io-streams >= 1.2 && < 1.3 |
