packages feed

squeal-postgresql-qq 0.1.5.1 → 0.1.5.2

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~aesondep ~time

Dependency ranges changed: aeson, time

Files

changelog.md view
@@ -1,3 +1,8 @@+### 0.1.5.2++* Build / compatibility+  * Relax upper bounds on `aeson` and `time` for newer releases.+ ### 0.1.5.1  * Build / compatibility
squeal-postgresql-qq.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                squeal-postgresql-qq-version:             0.1.5.1+version:             0.1.5.2 synopsis:            QuasiQuoter transforming raw sql into Squeal expressions. -- description:          homepage:            https://github.com/owensmurray/squeal-postgresql-qq@@ -18,7 +18,7 @@  common dependencies   build-depends:-    , aeson             >= 2.1.2.1  && < 2.3+    , aeson             >= 2.1.2.1  && < 2.4     , base              >= 4.18.3.0 && < 4.23     , bytestring        >= 0.11.3.0 && < 0.13     , generics-sop      >= 0.5.1.3  && < 0.6@@ -27,7 +27,7 @@     , squeal-postgresql >= 0.9.1.3  && < 0.10     , template-haskell  >= 2.20.0.0 && < 2.25     , text              >= 1.2.5.0  && < 2.2-    , time              >= 1.9.3    && < 1.15+    , time              >= 1.9.3    && < 1.16     , uuid              >= 1.3.15   && < 1.4  common warnings