Skip to content

Commit

Permalink
Release: gargoyle-postgresql-connect 0.1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 22, 2025
1 parent 0675e88 commit e38b64b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gargoyle-postgresql-connect/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.*
Expand Down
4 changes: 2 additions & 2 deletions gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gargoyle-postgresql-connect
version: 0.1.0.2
version: 0.1.0.3
author: Obsidian Systems LLC
maintainer: [email protected]
copyright: Copyright (C) 2019 Obsidian Systems LLC
Expand All @@ -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
Expand Down

0 comments on commit e38b64b

Please sign in to comment.