summaryrefslogtreecommitdiff
path: root/redland.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2018-04-29 13:09:40 +0300
committerdefanor <defanor@uberspace.net>2018-04-29 13:09:40 +0300
commitc74a06e761c3a4616a92fd4d3ad0ac9edb97e06c (patch)
tree945ed71395959dd70589f1f291d6a82dc735287a /redland.cabal
parentf9d699facc2a48022d44a67b6ef8eb76a6ca1233 (diff)
Introduce InitializerMaybe, initializeMaybe, withNewMaybeHEADmaster
So that it's easier to use it safely: apparently the recently found segfault was caused by improper order of freeing the resources, while withNew/withNewMaybe help to ensure the correct order.
Diffstat (limited to 'redland.cabal')
-rw-r--r--redland.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/redland.cabal b/redland.cabal
index 982dfd4..8e11ef1 100644
--- a/redland.cabal
+++ b/redland.cabal
@@ -1,5 +1,5 @@
name: redland
-version: 0.2.0.2
+version: 0.2.0.3
synopsis: Redland RDF library bindings
description: This package provides low-level and mid-level
Redland RDF library bindings, as well as some