streaming-postgresql-simple 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~basedep ~bytestringdep ~resourcet
Dependency ranges changed: base, bytestring, resourcet
Files
- ChangeLog.md +4/−0
- streaming-postgresql-simple.cabal +2/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-postgresql-simple +## 0.2.0.5 -- 2020-06-17++* Support GHC 8.10+ ## 0.2.0.4 -- 2019-11-28 * Support GHC 8.8
streaming-postgresql-simple.cabal view
@@ -1,5 +1,5 @@ name: streaming-postgresql-simple-version: 0.2.0.4+version: 0.2.0.5 cabal-version: >=1.10 build-type: Simple license: BSD3@@ -22,7 +22,7 @@ exposed-modules: Database.PostgreSQL.Simple.Streaming build-depends:- base >=4.9 && <4.14,+ base >=4.9 && <4.15, bytestring >=0.10.8.1 && <0.11, exceptions >=0.8.3 && <0.11, postgresql-libpq >=0.9.2.0 && <0.10,@@ -35,4 +35,3 @@ other-extensions: BangPatterns OverloadedStrings RecordWildCards ScopedTypeVariables ghc-options: -Wall-