Skip to content

Commit b4c30e6

Browse files
committed
Merge pull request #11 from anttih/update-aff
Update purescript-aff version
2 parents 3f12b21 + 6794d0f commit b4c30e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#+title: PureScript bindings for node-postgres
22

3-
This is an initial experiment in providing bindings to the [[https://www.npmjs.org/package/pg][pg library]] ([[https://github.com/brianc/node-postgres][node-postgres]] on GitHub). It's currently in pre-alpha state. In fact, if a letter existed before alpha, I would have chosen that.
3+
Provides PureScript bindings for the [[https://www.npmjs.org/package/pg][pg library]] ([[https://github.com/brianc/node-postgres][node-postgres]] on GitHub).
44

55
* Installation
66

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"purescript-foreign": "~0.5.0",
2020
"purescript-foldable-traversable": "~0.4.0",
2121
"purescript-transformers": "~0.6.0",
22-
"purescript-aff": "~0.10.1",
22+
"purescript-aff": "~0.11.0",
2323
"purescript-integers": "~0.2.0"
2424
}
2525
}

0 commit comments

Comments
 (0)