packages feed

Cabal revisions of postgresql-libpq-0.10.1.0

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

revision 1
 cabal-version:      2.4 name:               postgresql-libpq version:            0.10.1.0+x-revision:         1 synopsis:           low-level binding to libpq description:   This is a binding to libpq: the C application    || ==9.4.8    || ==9.6.5    || ==9.8.2+   || ==9.10.1  extra-source-files: CHANGELOG.md  custom-setup   setup-depends:     , base   >=4.12.0.0 && <5-    , Cabal  >=2.4      && <3.11+    , Cabal  >=2.4      && <3.13  -- If true,  use pkg-config,  otherwise use the pg_config based build -- configuration     Database.PostgreSQL.LibPQ.Ptr    build-depends:-    , base        >=4.12.0.0 && <4.20+    , base        >=4.12.0.0 && <4.21     , bytestring  >=0.10.8.2 && <0.13    if !os(windows)     build-depends: unix >=2.7.2.2 && <2.9    if os(windows)-    build-depends: Win32 >=2.2.0.2 && <2.14+    build-depends: Win32 >=2.2.0.2 && <2.15    if flag(use-pkg-config)     pkgconfig-depends: libpq >=10.22