author | Luke Hoersten <luke@hoersten.org> |
Thu, 18 Dec 2014 10:56:53 -0600 | |
changeset 3 | 400d49213290 |
parent 2 | 1760b7d150cf |
child 4 | 1baf8e3b8ef2 |
permissions | -rw-r--r-- |
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 |
||
3
400d49213290
Removed opaque type for chan dupping.
Luke Hoersten <luke@hoersten.org>
parents:
2
diff
changeset
|
24 |
|
400d49213290
Removed opaque type for chan dupping.
Luke Hoersten <luke@hoersten.org>
parents:
2
diff
changeset
|
25 |
hs-source-dirs: src |
0 | 26 |
default-language: Haskell2010 |