Skip to content

Commit 9eba532

Browse files
committed
Merge
2 parents b8442a1 + 1b68878 commit 9eba532

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# purescript-aff-coroutines
22

33
Helper functions for creating coroutines with the Aff monad
4+
5+
- [Module Documentation](docs/Control/Coroutine/Aff.md)
6+
- [Example](test/Main.purs)
7+
8+
## Usage
9+
10+
bower i purescript-aff-coroutines

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "purescript-aff-coroutines",
3-
"version": "1.0.0",
43
"moduleType": [
54
"node"
65
],
@@ -11,8 +10,7 @@
1110
"output"
1211
],
1312
"dependencies": {
14-
"purescript-console": "^0.1.0",
15-
"purescript-aff": "~0.11.3",
13+
"purescript-aff": "^0.11.3",
1614
"purescript-coroutines": "~0.3.0"
1715
}
1816
}

0 commit comments

Comments
 (0)