packages feed

Cabal revisions of hasql-interpolate-0.1.0.4

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version:      2.4 name:               hasql-interpolate version:            0.1.0.4+x-revision:         1  author: Travis Staton <hello@travisstaton.com> category: Hasql, Database, PostgreSQL      build-depends:    aeson ^>= 1.5 || ^>= 2.0 || ^>= 2.1,                       array ^>= 0.5,-                      base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17,+                      base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,                       bytestring ^>= 0.10 || ^>= 0.11,                       containers ^>= 0.5 || ^>= 0.6,                       haskell-src-meta ^>= 0.8,                       megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2 || ^>= 9.3,                       mtl ^>= 2.1 || ^>= 2.2 || ^>= 2.3,                       scientific ^>= 0.3,-                      template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18 || ^>= 2.19,+                      template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18 || ^>= 2.19 || ^>= 2.20,                       text ^>= 1.2.4 || ^>= 2.0,                       time ^>= 1.9.3 || ^>= 1.10 || ^>= 1.11 || ^>= 1.12,                       transformers ^>= 0.5 || ^>= 0.6,
revision 2
 cabal-version:      2.4 name:               hasql-interpolate version:            0.1.0.4-x-revision:         1+x-revision:         2  author: Travis Staton <hello@travisstaton.com> category: Hasql, Database, PostgreSQL homepage: https://github.com/awkward-squad/hasql-interpolate license-file: LICENSE license: BSD-3-Clause-tested-with: GHC == 8.10.7, GHC == 9.0.1+tested-with: GHC == 9.2.8, GHC == 9.4.5 maintainer: Travis Staton <hello@travisstaton.com>, Mitchell Rosen synopsis: QuasiQuoter that supports expression interpolation for hasql description:                       Hasql.Interpolate.Internal.EncodeRow                       Hasql.Interpolate.Internal.EncodeRow.TH -    build-depends:    aeson ^>= 1.5 || ^>= 2.0 || ^>= 2.1,+    build-depends:    aeson ^>= 1.5 || ^>= 2.0 || ^>= 2.1 || ^>= 2.2,                       array ^>= 0.5,                       base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,                       bytestring ^>= 0.10 || ^>= 0.11,                       containers ^>= 0.5 || ^>= 0.6,                       haskell-src-meta ^>= 0.8,                       hasql ^>= 1.4 || ^>= 1.5 || ^>= 1.6,-                      megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2 || ^>= 9.3,+                      megaparsec ^>= 8.0.0 || ^>= 9.0 || ^>= 9.1 || ^>= 9.2 || ^>= 9.3 || ^>= 9.4,                       mtl ^>= 2.1 || ^>= 2.2 || ^>= 2.3,                       scientific ^>= 0.3,                       template-haskell ^>= 2.14 || ^>= 2.15 || ^>= 2.16 || ^>= 2.17 || ^>= 2.18 || ^>= 2.19 || ^>= 2.20,