squeal-postgresql-qq 0.1.5.0 → 0.1.5.1
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basedep ~template-haskell
Dependency ranges changed: base, template-haskell
Files
- changelog.md +5/−0
- squeal-postgresql-qq.cabal +3/−3
changelog.md view
@@ -1,3 +1,8 @@+### 0.1.5.1++* Build / compatibility+ * Support GHC 9.14.+ ### 0.1.5.0 * New features
squeal-postgresql-qq.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: squeal-postgresql-qq-version: 0.1.5.0+version: 0.1.5.1 synopsis: QuasiQuoter transforming raw sql into Squeal expressions. -- description: homepage: https://github.com/owensmurray/squeal-postgresql-qq@@ -19,13 +19,13 @@ common dependencies build-depends: , aeson >= 2.1.2.1 && < 2.3- , base >= 4.18.3.0 && < 4.22+ , base >= 4.18.3.0 && < 4.23 , bytestring >= 0.11.3.0 && < 0.13 , generics-sop >= 0.5.1.3 && < 0.6 , postgresql-syntax >= 0.4.1 && < 0.5 , scientific >= 0.3.7.0 && < 0.4 , squeal-postgresql >= 0.9.1.3 && < 0.10- , template-haskell >= 2.20.0.0 && < 2.24+ , template-haskell >= 2.20.0.0 && < 2.25 , text >= 1.2.5.0 && < 2.2 , time >= 1.9.3 && < 1.15 , uuid >= 1.3.15 && < 1.4