Skip to content

Commit

Permalink
Release: gargoyle-postgresql 0.2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 22, 2025
1 parent c9a8c27 commit 89c4278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion gargoyle-postgresql/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for gargoyle-postgresql


## 0.2.0.2

* Support GHC 9.10

## 0.2.0.2

* Add support for ghc 9.0.2
Expand Down
4 changes: 2 additions & 2 deletions gargoyle-postgresql/gargoyle-postgresql.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gargoyle-postgresql
version: 0.2.0.2
version: 0.2.0.3
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
Expand Down Expand Up @@ -33,7 +33,7 @@ description:
> withDb dbPath a = withGargoyle defaultPostgres dbPath $ \dbUri -> a =<< connectPostgreSQL dbUri

extra-source-files: ChangeLog.md
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

-- Requires postgres to be in the environment to run
flag enable-psql-test
Expand Down

0 comments on commit 89c4278

Please sign in to comment.