diff --git a/gargoyle-postgresql-connect/ChangeLog.md b/gargoyle-postgresql-connect/ChangeLog.md index 4a61745..7843194 100644 --- a/gargoyle-postgresql-connect/ChangeLog.md +++ b/gargoyle-postgresql-connect/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for gargoyle-postgresql-connect +## 0.1.0.2 + +* Require resource-pool 0.4.* + ## 0.1.0.1 * Add support for ghc 9.0.2 diff --git a/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal b/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal index ba74f2a..49222e7 100644 --- a/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal +++ b/gargoyle-postgresql-connect/gargoyle-postgresql-connect.cabal @@ -1,5 +1,5 @@ name: gargoyle-postgresql-connect -version: 0.1.0.1 +version: 0.1.0.2 author: Obsidian Systems LLC maintainer: maintainer@obsidian.systems copyright: Copyright (C) 2019 Obsidian Systems LLC @@ -25,7 +25,7 @@ library , gargoyle-postgresql >=0.2.0.1 && < 0.3 , gargoyle-postgresql-nix >=0.3.0.0 && < 0.4 , postgresql-simple >=0.5 && <0.7 - , resource-pool >=0.2.3 + , resource-pool >=0.4 && <0.5 hs-source-dirs: src default-language: Haskell2010