packages feed

streaming-postgresql-simple 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+39/−28 lines, 2 filesdep ~streaming

Dependency ranges changed: streaming

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-postgresql-simple +## 0.2.0.2  -- 2018-01-02++* Increase upper-bound of `streaming` to allow for 0.2+ ## 0.2.0.1  Increase upper bound of `base`.
streaming-postgresql-simple.cabal view
@@ -1,31 +1,38 @@-name:                streaming-postgresql-simple-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-license-file:        LICENSE-author:              Ollie Charles-maintainer:          ollie@ocharles.org.uk-category:            Database-build-type:          Simple-extra-source-files:  ChangeLog.md-cabal-version:       >=1.10-bug-reports:         https://github.com/ocharles/streaming-postgresql-simple/issues+name: streaming-postgresql-simple+version: 0.2.0.2+cabal-version: >=1.10+build-type: Simple+license: BSD3+license-file: LICENSE+maintainer: ollie@ocharles.org.uk+bug-reports: https://github.com/haskell-streaming/streaming-postgresql-simple/issues+synopsis: Stream postgresql-query results using the streaming library+description:+    This package provides incremental streaming functions for the @postgresql-simple@ library.+category: Database+author: Ollie Charles+extra-source-files:+    ChangeLog.md+ source-repository head-                    type: git-                    location: https://github.com/ocharles/streaming-postgresql-simple+    type: git+    location: https://github.com/haskell-streaming/streaming-postgresql-simple  library-  exposed-modules:     Database.PostgreSQL.Simple.Streaming-  other-extensions:    BangPatterns, OverloadedStrings, RecordWildCards, ScopedTypeVariables-  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-                     , postgresql-simple >=0.5 && <0.6-                     , resourcet >= 1.1.8.1 && < 1.2-                     , safe-exceptions >= 0.1.4.0 && < 0.2-                     , streaming >=0.1 && <0.2-                     , transformers >= 0.5.2.0 && < 0.6-  default-language:    Haskell2010-  ghc-options:       -Wall+    exposed-modules:+        Database.PostgreSQL.Simple.Streaming+    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,+        postgresql-simple >=0.5 && <0.6,+        resourcet >=1.1.8.1 && <1.2,+        safe-exceptions >=0.1.4.0 && <0.2,+        streaming >=0.1 && <0.3,+        transformers >=0.5.2.0 && <0.6+    default-language: Haskell2010+    other-extensions: BangPatterns OverloadedStrings RecordWildCards+                      ScopedTypeVariables+    ghc-options: -Wall+