We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87a2c7 commit e9d94b0Copy full SHA for e9d94b0
2 files changed
default.nix
@@ -4,7 +4,7 @@
4
}:
5
mkDerivation {
6
pname = "postgresql-simple-bind";
7
- version = "0.2.1.0";
+ version = "0.3.0.0";
8
src = ./.;
9
libraryHaskellDepends = [
10
attoparsec base bytestring data-default exceptions heredoc
postgresql-simple-bind.cabal
@@ -1,5 +1,5 @@
1
name: postgresql-simple-bind
2
-version: 0.2.1.0
+version: 0.3.0.0
3
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
0 commit comments