serverless-haskell 0.7.0 → 0.7.1
raw patch · 2 files changed
+5/−3 lines, 2 files
Files
- serverless-haskell.cabal +2/−2
- src/AWSLambda.hs +3/−1
serverless-haskell.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 5f9e4573ea598b080a6db1317de36e61bb04132093c9367be4a9912b9de5dda4+-- hash: e9eb1aebf501f16a5163b0fe3ba4cc19e77994838f439cbe190664c88d605c21 name: serverless-haskell-version: 0.7.0+version: 0.7.1 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,7 +82,9 @@ > - 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. * Stack's Docker image will be used to match the AWS Lambda Linux environment. To disable this, set @docker@ key to @false@, but beware that the resulting