From b72eb50aca9856004d2394ad2c12680715c3e3fa Mon Sep 17 00:00:00 2001 From: Antti Holvikari Date: Fri, 10 Jul 2015 08:28:30 +0300 Subject: [PATCH 1/2] Update purescript-aff version --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d727744..2291aff 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "purescript-foreign": "~0.5.0", "purescript-foldable-traversable": "~0.4.0", "purescript-transformers": "~0.6.0", - "purescript-aff": "~0.10.1", + "purescript-aff": "~0.11.0", "purescript-integers": "~0.2.0" } } From 6794d0ff93ecda1b053fd626cc41577c955a51b1 Mon Sep 17 00:00:00 2001 From: Antti Holvikari Date: Fri, 10 Jul 2015 08:55:26 +0300 Subject: [PATCH 2/2] Update README --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 7b85e1f..a5c5609 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+title: PureScript bindings for node-postgres -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. +Provides PureScript bindings for the [[https://www.npmjs.org/package/pg][pg library]] ([[https://github.com/brianc/node-postgres][node-postgres]] on GitHub). * Installation