Cabal revisions of postgresql-simple-0.6.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: postgresql-simple version: 0.6.4+x-revision: 1 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.3+ || ==8.10.4+ || ==9.0.1 library default-language: Haskell2010 -- GHC bundled libs build-depends:- base >=4.6.0.0 && <4.15+ base >=4.6.0.0 && <4.16 , bytestring >=0.10.0.0 && <0.12 , containers >=0.5.0.0 && <0.7- , template-haskell >=2.8.0.0 && <2.17+ , template-haskell >=2.8.0.0 && <2.18 , text >=1.2.3.0 && <1.3 , time-compat >=1.9.5 && <1.12 , transformers >=0.3.0.0 && <0.6
revision 2
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 1+x-revision: 2 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. -- Other dependencies build-depends: aeson >=1.4.1.0 && <1.6- , attoparsec >=0.13.2.2 && <0.14+ , attoparsec >=0.13.2.2 && <0.15 , bytestring-builder >=0.10.8.1.0 && <0.11 , case-insensitive >=1.2.0.11 && <1.3 , hashable >=1.2.7.0 && <1.4
revision 3
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 2+x-revision: 3 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. -- Other dependencies build-depends:- aeson >=1.4.1.0 && <1.6+ aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.1 , attoparsec >=0.13.2.2 && <0.15 , bytestring-builder >=0.10.8.1.0 && <0.11 , case-insensitive >=1.2.0.11 && <1.3
revision 4
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 3+x-revision: 4 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. || ==8.4.4 || ==8.6.5 || ==8.8.4- || ==8.10.4+ || ==8.10.7 || ==9.0.1+ || ==9.2.1 library default-language: Haskell2010 -- GHC bundled libs build-depends:- base >=4.6.0.0 && <4.16+ base >=4.6.0.0 && <4.17 , bytestring >=0.10.0.0 && <0.12 , containers >=0.5.0.0 && <0.7- , template-haskell >=2.8.0.0 && <2.18+ , template-haskell >=2.8.0.0 && <2.19 , text >=1.2.3.0 && <1.3 , time-compat >=1.9.5 && <1.12 , transformers >=0.3.0.0 && <0.6 , attoparsec >=0.13.2.2 && <0.15 , bytestring-builder >=0.10.8.1.0 && <0.11 , case-insensitive >=1.2.0.11 && <1.3- , hashable >=1.2.7.0 && <1.4+ , hashable >=1.2.7.0 && <1.5 , Only >=0.1 && <0.1.1 , postgresql-libpq >=0.9.4.3 && <0.10 , scientific >=0.3.6.2 && <0.4
revision 5
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 4+x-revision: 5 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. , template-haskell >=2.8.0.0 && <2.19 , text >=1.2.3.0 && <1.3 , time-compat >=1.9.5 && <1.12- , transformers >=0.3.0.0 && <0.6+ , transformers >=0.3.0.0 && <0.7 -- Other dependencies build-depends: if !impl(ghc >=8.0) build-depends: fail >=4.9.0.0 && <4.10- , semigroups >=0.18.5 && <0.20+ , semigroups >=0.18.5 && <0.21 if !impl(ghc >=7.6) build-depends: ghc-prim
revision 6
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 5+x-revision: 6 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. , bytestring >=0.10.0.0 && <0.12 , containers >=0.5.0.0 && <0.7 , template-haskell >=2.8.0.0 && <2.19- , text >=1.2.3.0 && <1.3+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 , time-compat >=1.9.5 && <1.12 , transformers >=0.3.0.0 && <0.7
revision 7
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 6+x-revision: 7 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. -- Other dependencies build-depends:- aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.1+ aeson >=1.4.1.0 && <1.6 || >=2.0.0.0 && <2.2 , attoparsec >=0.13.2.2 && <0.15 , bytestring-builder >=0.10.8.1.0 && <0.11 , case-insensitive >=1.2.0.11 && <1.3 main-is: Inspection.hs build-depends: base- , inspection-testing >=0.4.1.1 && <0.5+ , inspection-testing >=0.4.1.1 && <0.6 , postgresql-libpq , postgresql-simple , tasty
revision 8
cabal-version: 1.12 name: postgresql-simple version: 0.6.4-x-revision: 7+x-revision: 8 synopsis: Mid-Level PostgreSQL client library description: Mid-Level PostgreSQL client library, forked from mysql-simple. , postgresql-libpq >=0.9.4.3 && <0.10 , scientific >=0.3.6.2 && <0.4 , uuid-types >=1.0.3 && <1.1- , vector >=0.12.0.1 && <0.13+ , vector >=0.12.0.1 && <0.14 if !impl(ghc >=8.0) build-depends: