0
|
1 |
name: unagi-streams |
2
|
2 |
version: 0.1.1.0 |
0
|
3 |
synopsis: Unagi Chan IO-Streams |
|
4 |
description: IO-Streams implemented underneath with Unagi |
|
5 |
channels. This library is a straight port of Greg Collins' IO-Streams |
|
6 |
Chan implementation. |
|
7 |
License: BSD3 |
|
8 |
License-file: LICENSE |
|
9 |
author: Luke Hoersten |
|
10 |
maintainer: luke@hoersten.org |
1
|
11 |
category: IO-Streams, Concurrency |
0
|
12 |
build-type: Simple |
1
|
13 |
cabal-version: >= 1.10 |
0
|
14 |
|
|
15 |
library |
|
16 |
exposed-modules: |
|
17 |
System.IO.Streams.Concurrent.Unagi |
2
|
18 |
, System.IO.Streams.Concurrent.Unagi.Bounded |
0
|
19 |
build-depends: |
|
20 |
base >= 4.7 && < 4.8 |
|
21 |
, unagi-chan >= 0.2 && < 0.3 |
|
22 |
, io-streams >= 1.2 && < 1.3 |
|
23 |
|
|
24 |
hs-source-dirs: src/ |
|
25 |
default-language: Haskell2010 |