Skip to content

Commit

Permalink
Update postgresql-resilient with renaming change
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jul 24, 2021
1 parent 0eb7743 commit 5350aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
newPkgs.callCabal2nix "postgresql-resilient" (
builtins.fetchGit {
url = "https://github.com/gvolpe/postgresql-resilient.git";
rev = "63f62e29a3aa97cbd6f49845fa635209c8e7c4a1";
rev = "851df8dd6220656948f8e0f665d499371146854d";
}
) {}
);
Expand Down
3 changes: 1 addition & 2 deletions src/Resources.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ redisResource =

psqlResource :: Managed (ResilientConnection IO)
psqlResource = managed $ withResilientConnection
defaultSettings
defaultResilientSettings
logHandler
P.ConnectInfo { P.connectHost = "localhost"
, P.connectPort = 5432
Expand All @@ -45,4 +45,3 @@ psqlResource = managed $ withResilientConnection
where
logHandler :: String -> IO ()
logHandler = logInfo . T.pack

0 comments on commit 5350aa0

Please sign in to comment.