Skip to content

Commit

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

## 0.3.0.2

* Support GHC 9.12

## 0.3.0.1

* Add support for ghc 9.0.2
Expand Down
4 changes: 2 additions & 2 deletions gargoyle-postgresql-nix/gargoyle-postgresql-nix.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gargoyle-postgresql-nix
version: 0.3.0.1
version: 0.3.0.2
author: Obsidian Systems LLC
maintainer: [email protected]
copyright: Copyright (C) 2017 Obsidian Systems LLC
Expand All @@ -16,7 +16,7 @@ extra-source-files:
README.md
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

library
exposed-modules: Gargoyle.PostgreSQL.Nix
Expand Down

0 comments on commit 0675e88

Please sign in to comment.