Cabal revisions of hasql-listen-notify-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
maintainer: Mitchell Rosen <mitchellwrosen@gmail.com>, Travis Staton <hello@travisstaton.com> name: hasql-listen-notify synopsis: LISTEN/NOTIFY with hasql-tested-with: GHC == 9.0.2, GHC == 9.2.5, GHC == 9.4.4+tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1 version: 0.1.0+x-revision: 1 extra-source-files: CHANGELOG.md library build-depends:- base ^>= 4.15 || ^>= 4.16 || ^>= 4.17,+ base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18, bytestring ^>= 0.10 || ^>= 0.11, hasql ^>= 1.6, mtl ^>= 2.2 || ^>= 2.3.1,
revision 2
synopsis: LISTEN/NOTIFY with hasql tested-with: GHC == 9.2.7, GHC == 9.4.4, GHC == 9.6.1 version: 0.1.0-x-revision: 1+x-revision: 2 extra-source-files: CHANGELOG.md library build-depends: base ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18,- bytestring ^>= 0.10 || ^>= 0.11,+ bytestring ^>= 0.10 || ^>= 0.11 || ^>= 0.12, hasql ^>= 1.6, mtl ^>= 2.2 || ^>= 2.3.1,- postgresql-libpq ^>= 0.9.4.3,- text ^>= 1.2.5.0 || ^>= 2.0,+ postgresql-libpq ^>= 0.9.4.3 || ^>= 0.10,+ text ^>= 1.2.5.0 || ^>= 2.0 || ^>= 2.1, default-extensions: BlockArguments DeriveGeneric