serverless-haskell 0.6.2 → 0.6.3
raw patch · 2 files changed
+8/−4 lines, 2 files
Files
- serverless-haskell.cabal +2/−2
- src/AWSLambda.hs +6/−2
serverless-haskell.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: d307d8914fd48a733662d7f5d6e34930e8c20696fc4a0dab27f5f505d5a700e4+-- hash: de3ca0521fac10e02fd1ab8bb6c9faa99c7d3f9d60cd1618717f00e7eaa114f8 name: serverless-haskell-version: 0.6.2+version: 0.6.3 synopsis: Deploying Haskell code onto AWS Lambda using Serverless description: Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin. category: AWS, Cloud, Network
src/AWSLambda.hs view
@@ -82,9 +82,13 @@ > - arg3 * Dependent system libraries not present in the AWS Lambda environment will be- automatically uploaded along with the executable.+ automatically uploaded along with the executable. Note that while statically+ linking the executable via Cabal options is possible, it might still require+ the corresponding glibc version on the AWS environment. -* To force using Stack's Docker image, set @docker@ key to @true@.+* To force using Stack's Docker image, set @docker@ key to @true@. It is+ recommended to set this to avoid incompatibility issues with dependent system+ libraries. > custom: > haskell: