Skip to content

Commit f2f1ac0

Browse files
committed
bumped package version
1 parent 4fe2363 commit f2f1ac0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
# postgresql-simple-bind
12
[![License BSD3](https://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-(revised))
23
[![Hackage](https://img.shields.io/hackage/v/postgresql-simple-bind.svg?style=flat)](https://hackage.haskell.org/package/postgresql-simple-bind)
34
[![Build Status](https://travis-ci.org/zohl/postgresql-simple-bind.svg?branch=master)](https://travis-ci.org/zohl/postgresql-simple-bind)
45

5-
# postgresql-simple-bind
6-
76
## Description
87
A FFI-like bindings for PostgreSQL strored functions.
98

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}:
55
mkDerivation {
66
pname = "postgresql-simple-bind";
7-
version = "0.1.0.0";
7+
version = "0.2.0.0";
88
src = ./.;
99
libraryHaskellDepends = [
1010
attoparsec base bytestring data-default exceptions heredoc

postgresql-simple-bind.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-simple-bind
2-
version: 0.1.0.0
2+
version: 0.2.0.0
33
synopsis: A FFI-like bindings for PostgreSQL stored functions
44
description: For tutorial see here: https:\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md
55
license: BSD3

0 commit comments

Comments
 (0)