aboutsummaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:24:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:24:51 -0400
commit5f7be1d9728f629768b277268808595c07bc452b (patch)
treeb1831d315e419e15fa5db1687a745e7a0ddfd411 /Remote
parent9ea0219173101beaf6a18830e38740a96488bf38 (diff)
typo
Diffstat (limited to 'Remote')
-rw-r--r--Remote/S3.hs2
1 files changed, 1 insertions, 1 deletions
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 ->