distributed-fork-aws-lambda 0.0.1.0 → 0.0.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
distributed-fork-aws-lambda.cabal view
@@ -1,5 +1,5 @@ name: distributed-fork-aws-lambda-version: 0.0.1.0+version: 0.0.1.1 synopsis: AWS Lambda backend for distributed-fork. homepage: https://github.com/utdemir/distributed-fork license: BSD3
src/Control/Distributed/Fork/Lambda.hs view
@@ -86,7 +86,7 @@ -- -- main :: IO () -- main = do--- 'initServerless'+-- 'initDistributedFork' -- 'withLambdaBackend' opts $ \backend -> do -- ret <- 'execute' 'backend' (static 'Dict') (static (return "Hello from Lambda!")) -- putStrLn ret