From e38b64b277c1730240fa40f4a197245ab869851c Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 22 Jan 2025 21:42:40 +0000 Subject: [PATCH] Release: gargoyle-postgresql-connect 0.1.0.3 --- gargoyle-postgresql-connect/ChangeLog.md | 4 ++++ gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gargoyle-postgresql-connect/ChangeLog.md b/gargoyle-postgresql-connect/ChangeLog.md index 7843194..eb36a0a 100644 --- a/gargoyle-postgresql-connect/ChangeLog.md +++ b/gargoyle-postgresql-connect/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for gargoyle-postgresql-connect +## 0.1.0.3 + +* Support GHC 9.10 + ## 0.1.0.2 * Require resource-pool 0.4.* diff --git a/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal b/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal index 926e5f2..4ffc6b5 100644 --- a/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal +++ b/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal @@ -1,5 +1,5 @@ name: gargoyle-postgresql-connect -version: 0.1.0.2 +version: 0.1.0.3 author: Obsidian Systems LLC maintainer: maintainer@obsidian.systems copyright: Copyright (C) 2019 Obsidian Systems LLC @@ -11,7 +11,7 @@ synopsis: Connect to gargoyle-managed postgresql instances extra-source-files: ChangeLog.md category: System description: A convenience utility for connecting to a postgresql instance managed by gargoyle. -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 +tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1 library exposed-modules: Gargoyle.PostgreSQL.Connect