wolf 0.3.30 → 0.3.31
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- src/Network/AWS/Wolf/Ctx.hs +2/−2
- wolf.cabal +1/−1
src/Network/AWS/Wolf/Ctx.hs view
@@ -81,9 +81,9 @@ runAmazonCtx action = do c <- view confCtx #if MIN_VERSION_amazonka(1,4,5)- c <- newEnv Discover+ e <- newEnv Discover #else- c <- newEnv Oregon Discover+ e <- newEnv Oregon Discover #endif runBotTransT (AmazonCtx c e) action
wolf.cabal view
@@ -1,5 +1,5 @@ name: wolf-version: 0.3.30+version: 0.3.31 synopsis: Amazon Simple Workflow Service Wrapper. description: Wolf is a wrapper around Amazon Simple Workflow Service. homepage: https://github.com/swift-nav/wolf