postgresql-lo-stream 0.1.1.0 → 0.1.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~postgresql-simplePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, postgresql-simple
API changes (from Hackage documentation)
Files
postgresql-lo-stream.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: postgresql-lo-stream-version: 0.1.1.0+version: 0.1.1.1 synopsis: Utilities for streaming PostgreSQL LargeObjects description: Functions for streaming large objects to and from PostgreSQL homepage: https://github.com/obsidiansystems/posgresql-lo-stream@@ -17,12 +17,12 @@ library exposed-modules: Database.PostgreSQL.Simple.LargeObjects.Stream other-extensions: LambdaCase- build-depends: base >=4.11 && <4.12+ build-depends: base >=4.11 && <4.13 , bytestring >=0.10 && <0.11 , io-streams >=1.5.0 && <1.6 , lifted-base >=0.2.2 && <0.2.4 , monad-loops >=0.4 && <0.5 , mtl >=2.2 && <2.3- , postgresql-simple >=0.5 && <0.6+ , postgresql-simple >=0.5 && <0.7 hs-source-dirs: src default-language: Haskell2010