serverless-haskell 0.10.2 → 0.10.3
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- README.md +1/−1
- serverless-haskell.cabal +2/−2
README.md view
@@ -143,7 +143,7 @@ ### Testing * Haskell code is tested with Stack: `stack test`.-* JavaScript code is linted with `eslint`.+* TypeScript code is linted with `eslint`. ### Integration tests
serverless-haskell.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 163c677f15a59d3a30ae4fd5b2dca99743c3dc7ffcb1612989e9790d74f338ec+-- hash: 433feda29a568ce2ca27b6ce0058b43c48f33039e0d4971d21f0c8ac773f99fa name: serverless-haskell-version: 0.10.2+version: 0.10.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