From 34038a2ed6382acd2fa1d1ca4eddbc809864f0d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Oct 2017 11:43:03 -0400 Subject: fix version number --- Remote/S3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/S3.hs b/Remote/S3.hs index d6f7d3c46..d25a07c76 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -497,7 +497,7 @@ withS3HandleMaybe c gc u a = do Just creds -> do awscreds <- liftIO $ genCredentials creds let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper -#if MIN_VERSION_aws(0,11,0) +#if MIN_VERSION_aws(0,17,0) Nothing #endif bracketIO (newManager managerSettings) closeManager $ \mgr -> -- cgit v1.2.3