packages feed

serverless-haskell 0.6.1 → 0.6.2

raw patch · 2 files changed

+4/−5 lines, 2 files

Files

README.md view
@@ -22,8 +22,7 @@   stack new mypackage   ``` -  LTS 9, 10 and 11 are supported, older versions are likely to work too but-  untested.+  LTS 9-12 are supported, older versions are likely to work too but untested.  * Initialise a Serverless project inside the Stack package directory and install   the `serverless-haskell` plugin:@@ -123,7 +122,7 @@ * 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 11. To specify a different+* By default, the integration test is run with LTS 12. To specify a different series, use `RESOLVER_SERIES=lts-9`.  ## Releasing
serverless-haskell.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 0fa49464ad722f9e904826775d750cd559324657f0fb63fff4212c4e818e7ba8+-- hash: d307d8914fd48a733662d7f5d6e34930e8c20696fc4a0dab27f5f505d5a700e4  name:           serverless-haskell-version:        0.6.1+version:        0.6.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