From e9d94b0e909942c7dc8335679317c04511fd5ed3 Mon Sep 17 00:00:00 2001 From: Al Zohali Date: Sat, 29 Oct 2016 23:17:08 +0300 Subject: [PATCH] bumped version --- default.nix | 2 +- postgresql-simple-bind.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index c133894..c04e9f7 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ }: mkDerivation { pname = "postgresql-simple-bind"; - version = "0.2.1.0"; + version = "0.3.0.0"; src = ./.; libraryHaskellDepends = [ attoparsec base bytestring data-default exceptions heredoc diff --git a/postgresql-simple-bind.cabal b/postgresql-simple-bind.cabal index e01a587..b6abf83 100644 --- a/postgresql-simple-bind.cabal +++ b/postgresql-simple-bind.cabal @@ -1,5 +1,5 @@ name: postgresql-simple-bind -version: 0.2.1.0 +version: 0.3.0.0 synopsis: FFI-like bindings for PostgreSQL stored functions description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md license: BSD3