equal
deleted
inserted
replaced
1 name: unagi-streams |
1 name: unagi-streams |
2 version: 0.1.2 |
2 version: 0.1.3 |
3 synopsis: Unagi Chan IO-Streams |
3 synopsis: Unagi Chan IO-Streams |
4 description: Io-streams chans implemented underneath with |
4 description: Io-streams chans implemented underneath with |
5 unagi-chans. This library is a straight port of |
5 unagi-chans. This library is a straight port of |
6 the default io-streams chan implementation. |
6 the default io-streams chan implementation. |
7 License: BSD3 |
7 License: BSD3 |
16 exposed-modules: |
16 exposed-modules: |
17 System.IO.Streams.Concurrent.Unagi |
17 System.IO.Streams.Concurrent.Unagi |
18 , System.IO.Streams.Concurrent.Unagi.Bounded |
18 , System.IO.Streams.Concurrent.Unagi.Bounded |
19 build-depends: |
19 build-depends: |
20 base >= 4.7 && < 4.9 |
20 base >= 4.7 && < 4.9 |
21 , unagi-chan >= 0.2 && < 0.4 |
21 , unagi-chan >= 0.2 && < 0.5 |
22 , io-streams >= 1.2 && < 1.3 |
22 , io-streams >= 1.2 && < 1.4 |
23 |
23 |
24 |
24 |
25 hs-source-dirs: src |
25 hs-source-dirs: src |
26 default-language: Haskell2010 |
26 default-language: Haskell2010 |