diff --git a/postgresql-lo-stream.cabal b/postgresql-lo-stream.cabal
--- a/postgresql-lo-stream.cabal
+++ b/postgresql-lo-stream.cabal
@@ -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
