loup 0.0.6 → 0.0.7
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- loup.cabal +1/−1
- src/Network/AWS/Loup/Act.hs +1/−1
loup.cabal view
@@ -1,5 +1,5 @@ name: loup-version: 0.0.6+version: 0.0.7 synopsis: Amazon Simple Workflow Service Wrapper for Work Pools. description: Loup is a wrapper around Amazon Simple Workflow Service for Work Pools. homepage: https://github.com/swift-nav/loup
src/Network/AWS/Loup/Act.hs view
@@ -97,5 +97,5 @@ -- actMain :: MonadControl m => Text -> Text -> Int -> Int -> Bool -> Text -> m () actMain domain queue count interval copy command =- runResourceT $ runCtx $ runStatsCtx $+ runCtx $ runStatsCtx $ runConcurrent $ replicate count $ forever $ act domain queue interval copy command