Cabal revisions of postgresql-libpq-0.9.5.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.9.5.0+x-revision: 1 synopsis: low-level binding to libpq description: This is a binding to libpq: the C application build-type: Custom extra-source-files: cbits/hs-libpq.h tested-with:- GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2+ GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1 extra-source-files: CHANGELOG.md custom-setup setup-depends: , base >=4.12.0.0 && <5- , Cabal >=2.4 && <3.9+ , Cabal >=2.4 && <3.11 -- If true, use pkg-config, otherwise use the pg_config based build -- configuration Database.PostgreSQL.LibPQ.Oid build-depends:- , base >=4.12.0.0 && <4.18+ , base >=4.12.0.0 && <4.19 , bytestring >=0.10.8.2 && <0.12 if !os(windows)- build-depends: unix >=2.7.2.2 && <2.8+ build-depends: unix >=2.7.2.2 && <2.9 if os(windows) build-depends: Win32 >=2.2.0.2 && <2.14