From a08719da47b53275119505e68a2418378fdb6c4b Mon Sep 17 00:00:00 2001 From: Cedric Shock Date: Sat, 20 Apr 2024 09:36:03 -0600 Subject: [PATCH] bump version of hlibgit2 This incorporates the previous change 5fc31e that changes the `Build-Type` from `Custom` to `Simple`. This removes an implicit dependency on `setup.Cabal >=1.9 && <1.25` allowing the latest version to be built when a dependency of a project using a newer cabal version. --- hlibgit2/hlibgit2.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlibgit2/hlibgit2.cabal b/hlibgit2/hlibgit2.cabal index df57c16e..f1c2b8fa 100644 --- a/hlibgit2/hlibgit2.cabal +++ b/hlibgit2/hlibgit2.cabal @@ -1,5 +1,5 @@ Name: hlibgit2 -Version: 0.18.0.16 +Version: 0.18.0.17 Synopsis: Low-level bindings to libgit2 Description: Bindings to libgit2 v0.18.0. License-file: LICENSE