serverless-haskell 0.10.1 → 0.10.2
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- README.md +2/−2
- serverless-haskell.cabal +2/−2
README.md view
@@ -159,8 +159,8 @@ * Run `./integration-test/run.sh`. The exit code indicates success. * To verify just the packaging, without deployment, run `./integration-test/run.sh --dry-run`.-* By default, the integration test is run with LTS 14. To specify a different- series, use `RESOLVER_SERIES=lts-9`.+* By default, the integration test is run with the LTS specified in+ `stack.yaml`. To specify a different series, use `RESOLVER_SERIES=lts-9`. * To avoid creating a temporary directory for every run, specify `--no-clean-dir`. This can speed up repeated test runs, but does not guarantee the same results as a clean test.
serverless-haskell.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: ba4b82190088e8173126156c2c1bae87076a945cef2b26dbe767056b28b85053+-- hash: 163c677f15a59d3a30ae4fd5b2dca99743c3dc7ffcb1612989e9790d74f338ec name: serverless-haskell-version: 0.10.1+version: 0.10.2 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