File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44} :
55mkDerivation {
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
Original file line number Diff line number Diff line change 11name : postgresql-simple-bind
2- version : 0.1 .0.0
2+ version : 0.2 .0.0
33synopsis : A FFI-like bindings for PostgreSQL stored functions
44description : For tutorial see here : https :\/\/github.com\/zohl\/postgresql-simple-bind\/blob\/master\/README.md
55license : BSD3
You can’t perform that action at this time.
0 commit comments