Cabal revisions of postgresql-libpq-0.9.4.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: postgresql-libpq Version: 0.9.4.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/noticehandlers.h Cabal-version: >=1.8++custom-setup+ setup-depends:+ base >= 4 && <5,+ Cabal >=1.10 && <2.1 -- If true, use pkg-config, otherwise use the pg_config based build -- configuration
revision 2
Name: postgresql-libpq Version: 0.9.4.0-x-revision: 1+x-revision: 2 Synopsis: low-level binding to libpq Description: This is a binding to libpq: the C application backend server and to receive the results of these queries. -Homepage: https://github.com/lpsmith/postgresql-libpq+Homepage: https://github.com/phadej/postgresql-libpq License: BSD3 License-file: LICENSE Author: Grant Monroe, Leon P Smith, Joey Adams-Maintainer: Leon P Smith <leon@melding-monads.com>+Maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> Copyright: (c) 2010 Grant Monroe (c) 2011 Leon P Smith Category: Database Build-type: Custom Extra-source-files: cbits/noticehandlers.h Cabal-version: >=1.8+Tested-with:+ GHC==7.0.4,+ GHC==7.2.2,+ GHC==7.4.2,+ GHC==7.6.3,+ GHC==7.8.4,+ GHC==7.10.3,+ GHC==8.0.2,+ GHC==8.2.2,+ GHC==8.4.3,+ GHC==8.6.1 -custom-setup+Custom-setup setup-depends:- base >= 4 && <5,- Cabal >=1.10 && <2.1+ base >= 4.3 && <5, Cabal >= 1.10 && <2.5 -- If true, use pkg-config, otherwise use the pg_config based build -- configuration include-dirs: cbits Exposed-modules: Database.PostgreSQL.LibPQ Database.PostgreSQL.LibPQ.Internal- Build-depends: base >= 4 && < 5+ Build-depends: base >= 4.3 && < 5 , bytestring if !os(windows) source-repository head type: git- location: https://github.com/lpsmith/postgresql-libpq+ location: https://github.com/phadej/postgresql-libpq source-repository this type: git- location: https://github.com/lpsmith/postgresql-libpq+ location: https://github.com/phadej/postgresql-libpq tag: v0.9.4.0
revision 3
-Name: postgresql-libpq-Version: 0.9.4.0-x-revision: 2-Synopsis: low-level binding to libpq--Description: This is a binding to libpq: the C application- programmer's interface to PostgreSQL. libpq is a- set of library functions that allow client- programs to pass queries to the PostgreSQL- backend server and to receive the results of- these queries.--Homepage: https://github.com/phadej/postgresql-libpq-License: BSD3-License-file: LICENSE-Author: Grant Monroe, Leon P Smith, Joey Adams-Maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>-Copyright: (c) 2010 Grant Monroe- (c) 2011 Leon P Smith-Category: Database-Build-type: Custom-Extra-source-files: cbits/noticehandlers.h-Cabal-version: >=1.8-Tested-with:- GHC==7.0.4,- GHC==7.2.2,- GHC==7.4.2,- GHC==7.6.3,- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.3,- GHC==8.6.1--Custom-setup- setup-depends:- base >= 4.3 && <5, Cabal >= 1.10 && <2.5---- If true, use pkg-config, otherwise use the pg_config based build--- configuration-Flag use-pkg-config- default: False- manual: True--Library- hs-source-dirs: src- c-sources: cbits/noticehandlers.c- include-dirs: cbits- Exposed-modules: Database.PostgreSQL.LibPQ- Database.PostgreSQL.LibPQ.Internal- Build-depends: base >= 4.3 && < 5- , bytestring-- if !os(windows)- Build-depends: unix-- if os(windows)- Build-depends: Win32--- GHC-Options: -Wall- if flag(use-pkg-config)- Pkgconfig-depends: libpq- else- Extra-Libraries: pq- if os(openbsd)- Extra-Libraries: crypto ssl-- -- Other-modules:- Build-tools: hsc2hs--source-repository head- type: git- location: https://github.com/phadej/postgresql-libpq--source-repository this- type: git- location: https://github.com/phadej/postgresql-libpq- tag: v0.9.4.0+Name: postgresql-libpq +Version: 0.9.4.0 +x-revision: 3 +Synopsis: low-level binding to libpq + +Description: This is a binding to libpq: the C application + programmer's interface to PostgreSQL. libpq is a + set of library functions that allow client + programs to pass queries to the PostgreSQL + backend server and to receive the results of + these queries. + +Homepage: https://github.com/phadej/postgresql-libpq +License: BSD3 +License-file: LICENSE +Author: Grant Monroe, Leon P Smith, Joey Adams +Maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> +Copyright: (c) 2010 Grant Monroe + (c) 2011 Leon P Smith +Category: Database +Build-type: Custom +Extra-source-files: cbits/noticehandlers.h +Cabal-version: >=1.8 +Tested-with: + GHC==7.0.4, + GHC==7.2.2, + GHC==7.4.2, + GHC==7.6.3, + GHC==7.8.4, + GHC==7.10.3, + GHC==8.0.2, + GHC==8.2.2, + GHC==8.4.3, + GHC==8.6.1 + +Custom-setup + setup-depends: + base >= 4.3 && <5, Cabal >= 1.10 && <2.3 + +-- If true, use pkg-config, otherwise use the pg_config based build +-- configuration +Flag use-pkg-config + default: False + manual: True + +Library + hs-source-dirs: src + c-sources: cbits/noticehandlers.c + include-dirs: cbits + Exposed-modules: Database.PostgreSQL.LibPQ + Database.PostgreSQL.LibPQ.Internal + Build-depends: base >= 4.3 && < 5 + , bytestring + + if !os(windows) + Build-depends: unix + + if os(windows) + Build-depends: Win32 + + + GHC-Options: -Wall + if flag(use-pkg-config) + Pkgconfig-depends: libpq + else + Extra-Libraries: pq + if os(openbsd) + Extra-Libraries: crypto ssl + + -- Other-modules: + Build-tools: hsc2hs + +source-repository head + type: git + location: https://github.com/phadej/postgresql-libpq + +source-repository this + type: git + location: https://github.com/phadej/postgresql-libpq + tag: v0.9.4.0