gargoyle-postgresql-nix 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basenew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- gargoyle-postgresql-nix.cabal +4/−4
ChangeLog.md view
@@ -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
gargoyle-postgresql-nix.cabal view
@@ -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 @@ README.md ChangeLog.md -tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.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@@ -24,8 +24,8 @@ ghc-options: -Wall ghc-prof-options: -fprof-auto-exported build-depends:- base >=4.12 && <4.17- , bytestring >=0.10 && <0.12+ base >=4.12 && <4.21+ , bytestring >=0.10 && <0.13 , gargoyle >=0.1 && <0.2 , gargoyle-postgresql >=0.2 && <0.3 , which >=0.2 && <0.3