packages feed

streaming-postgresql-simple 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-postgresql-simple +## 0.2.0.1++Increase upper bound of `base`.+ ## 0.2.0.0  -- 2017-02-03  ### Correctly perform finalisation in `query` functions.
streaming-postgresql-simple.cabal view
@@ -1,5 +1,5 @@ name:                streaming-postgresql-simple-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Stream postgresql-query results using the streaming library description:         This package provides incremental streaming functions for the @postgresql-simple@ library. license:             BSD3@@ -18,7 +18,7 @@ library   exposed-modules:     Database.PostgreSQL.Simple.Streaming   other-extensions:    BangPatterns, OverloadedStrings, RecordWildCards, ScopedTypeVariables-  build-depends:       base >=4.9 && <4.10+  build-depends:       base >=4.9 && <4.11                      , bytestring >= 0.10.8.1 && < 0.11                      , exceptions >= 0.8.3 && < 0.9                      , postgresql-libpq >= 0.9.2.0 && < 0.10