summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:43:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:43:03 -0400
commit34038a2ed6382acd2fa1d1ca4eddbc809864f0d7 (patch)
treeafba6fb3fc59f12c402a3b45744446c322a10537
parent5f7be1d9728f629768b277268808595c07bc452b (diff)
fix version number
-rw-r--r--Remote/S3.hs2
1 files changed, 1 insertions, 1 deletions
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 ->