Skip to content

Commit

Permalink
bumped package version
Browse files Browse the repository at this point in the history
  • Loading branch information
zohl committed Aug 20, 2016
1 parent 4fe2363 commit f2f1ac0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# postgresql-simple-bind
[![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-(revised))
[![Hackage](https://img.shields.io/hackage/v/postgresql-simple-bind.svg?style=flat)](https://hackage.haskell.org/package/postgresql-simple-bind)
[![Build Status](https://travis-ci.org/zohl/postgresql-simple-bind.svg?branch=master)](https://travis-ci.org/zohl/postgresql-simple-bind)

# postgresql-simple-bind

## Description
A FFI-like bindings for PostgreSQL strored functions.

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "postgresql-simple-bind";
version = "0.1.0.0";
version = "0.2.0.0";
src = ./.;
libraryHaskellDepends = [
attoparsec base bytestring data-default exceptions heredoc
Expand Down
2 changes: 1 addition & 1 deletion postgresql-simple-bind.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql-simple-bind
version: 0.1.0.0
version: 0.2.0.0
synopsis: A 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
Expand Down

0 comments on commit f2f1ac0

Please sign in to comment.