packages feed

hS3 0.5.6 → 0.5.7

raw patch · 2 files changed

+2/−2 lines, 2 filesnew-uploaderPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/AWS/AWSConnection.hs view
@@ -55,5 +55,5 @@                   ( _, "", "") -> Nothing                   ( _, "",  _) -> Just (amazonS3Connection ak sk1)                   ( _,  _,  _) -> Just (amazonS3Connection ak sk0)-    where getEnvKey s = catch (getEnv s) (const $ return "")+    where getEnvKey s = fmap (maybe "" id . lookup s) getEnvironment 
hS3.cabal view
@@ -1,5 +1,5 @@ Name:           hS3-Version:        0.5.6+Version:        0.5.7 License:        BSD3 License-file:   LICENSE Cabal-Version: >= 1.6