packages feed

postgresql-simple-named 0.0.5.0 → 0.0.6.0

raw patch · 2 files changed

+12/−8 lines, 2 filesdep ~basedep ~resource-pool

Dependency ranges changed: base, resource-pool

Files

CHANGELOG.md view
@@ -3,6 +3,10 @@ `postgresql-simple-named` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.0.6.0 - Aug 20, 2025++* Add support for GHC 9.12+ ## 0.0.5.0 - Jan 4, 2024  * Add support for GHC 9.6 and 9.8
postgresql-simple-named.cabal view
@@ -1,6 +1,6 @@ cabal-version:       2.4 name:                postgresql-simple-named-version:             0.0.5.0+version:             0.0.6.0 synopsis:            Implementation of named parameters for `postgresql-simple` library description:     Implementation of named parameters for @postgresql-simple@ library.@@ -28,18 +28,18 @@ build-type:          Simple extra-source-files:  README.md extra-doc-files:     CHANGELOG.md-tested-with:         GHC == 9.0.2-                   , GHC == 9.2.8-                   , GHC == 9.4.8-                   , GHC == 9.6.3-                   , GHC == 9.8.1+tested-with:         GHC == 9.4.8+                   , GHC == 9.6.7+                   , GHC == 9.8.4+                   , GHC == 9.10.2+                   , GHC == 9.12.2  source-repository head   type:                git   location:            https://github.com/Holmusk/postgresql-simple-named.git  common common-options-  build-depends:       base >= 4.11 && < 4.20+  build-depends:       base >= 4.11 && < 4.22    ghc-options:         -Wall                        -Wincomplete-uni-patterns@@ -89,7 +89,7 @@                      , hspec >= 2.5                      , postgresql-simple-named                      , postgresql-simple >= 0.5 && < 0.8-                     , resource-pool ^>= 0.2.3.2 || ^>= 0.4.0.0+                     , resource-pool ^>= 0.2.3.2 || >=0.4.0.0 && <0.6                      , transformers    ghc-options:         -threaded -rtsopts -with-rtsopts=-N