fix version number

This commit is contained in:
Joey Hess 2017-10-11 11:43:03 -04:00
parent 6679705116
commit a01b0680e3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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 ->