We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c4278 commit 0675e88Copy full SHA for 0675e88
2 files changed
gargoyle-postgresql-nix/ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for gargoyle-postgresql-nix
2
3
+## 0.3.0.2
4
+
5
+* Support GHC 9.12
6
7
## 0.3.0.1
8
9
* Add support for ghc 9.0.2
gargoyle-postgresql-nix/gargoyle-postgresql-nix.cabal
@@ -1,5 +1,5 @@
name: gargoyle-postgresql-nix
-version: 0.3.0.1
+version: 0.3.0.2
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
copyright: Copyright (C) 2017 Obsidian Systems LLC
@@ -16,7 +16,7 @@ extra-source-files:
16
README.md
17
ChangeLog.md
18
19
-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
20
21
library
22
exposed-modules: Gargoyle.PostgreSQL.Nix
0 commit comments