packages feed

serverless-haskell 0.9.1 → 0.9.3

raw patch · 2 files changed

+9/−11 lines, 2 files

Files

README.md view
@@ -50,7 +50,7 @@   stack new mypackage   ``` -  LTS 9-13 are supported, older versions are likely to work too but untested.+  LTS 9-14 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:@@ -134,13 +134,11 @@  ## Development -Currently, apart from the `master` branch, an `v0.6.x` branch is maintained with-no breaking changes since 0.6.0, for inclusion into Stackage LTS 12. For-bugfixes and new features that do not change the existing behavior, please-target `v0.6.x`. For anything else, target `master`.+`master` branch is the stable version. It is normally released to Hackage once+new changes are merged via Git tags. -Changes to the LTS branch will be forward ported to the `master` branch after-releasing.+The package is also maintained in Stackage LTS, provided the dependencies are+not blocking it.  ### Testing @@ -161,7 +159,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 13. To specify a different+* By default, the integration test is run with LTS 14. 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@@ -169,7 +167,7 @@  ### Releasing -* Ensure you are on a correct branch (`v0.6.x` or `master`).+* Ensure you are on the `master` branch. * Ensure that all the changes are reflected in the changelog. * Run the integration tests. * Run `./bumpversion major|minor|patch`. This will increment the version number,
serverless-haskell.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: aefaf9c14063f4f9d1023f38bf95f98ef19c7b7c714acfb7d49f8d3cbe9e7027+-- hash: 4df5646ac156abd87d68326071de8a94fd0548d67320d1b1adfb47713ce5c39d  name:           serverless-haskell-version:        0.9.1+version:        0.9.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