From c74a06e761c3a4616a92fd4d3ad0ac9edb97e06c Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 29 Apr 2018 13:09:40 +0300 Subject: Introduce InitializerMaybe, initializeMaybe, withNewMaybe 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. --- redland.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redland.cabal') 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 -- cgit v1.2.3