From 5f7be1d9728f629768b277268808595c07bc452b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 11 Oct 2017 11:24:51 -0400 Subject: typo --- Remote/S3.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/S3.hs b/Remote/S3.hs index 5b100eb1a..d6f7d3c46 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 -#ifdef MIN_VERSION_aws(0,11,0) +#if MIN_VERSION_aws(0,11,0) Nothing #endif bracketIO (newManager managerSettings) closeManager $ \mgr -> -- cgit v1.2.3