equal
deleted
inserted
replaced
1 name: unagi-streams |
1 name: unagi-streams |
2 version: 0.1.3 |
2 version: 0.2.0 |
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 |
21 library |
21 library |
22 exposed-modules: |
22 exposed-modules: |
23 System.IO.Streams.Concurrent.Unagi |
23 System.IO.Streams.Concurrent.Unagi |
24 , System.IO.Streams.Concurrent.Unagi.Bounded |
24 , System.IO.Streams.Concurrent.Unagi.Bounded |
25 build-depends: |
25 build-depends: |
26 base >= 4.7 && < 4.9 |
26 base >= 4.7 && < 4.10 |
27 , unagi-chan >= 0.2 && < 0.5 |
27 , unagi-chan >= 0.2 && < 0.5 |
28 , io-streams >= 1.2 && < 1.4 |
28 , io-streams >= 1.2 && < 1.4 |
29 |
29 |
30 hs-source-dirs: src |
30 hs-source-dirs: src |
31 default-language: Haskell2010 |
31 default-language: Haskell2010 |