packages feed

serverless-haskell 0.0.0 → 0.0.2

raw patch · 2 files changed

+28/−22 lines, 2 files

Files

README.md view
@@ -48,8 +48,14 @@   function` is not supported.  See-[AWSLambda](https://github.com/seek-oss/serverless-haskell/blob/master/src/AWSLambda.hs)+[AWSLambda](https://hackage.haskell.org/package/serverless-haskell/docs/AWSLambda.html) for the documentation.++## Releasing++* Install [bumpversion](https://github.com/peritus/bumpversion): `pip install bumpversion`.+* Run `bumpversion major|minor|patch`.+* Run `git push --tags && git push`.  [AWS Lambda]: https://aws.amazon.com/lambda/ [Serverless]: https://serverless.com/framework/
serverless-haskell.cabal view
@@ -1,11 +1,11 @@--- This file has been generated from package.yaml by hpack version 0.21.2.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack ----- hash: ada4461bd3cea5ba304057b51d6d137378385405f12344e8d4c77aebd7cb26f9+-- hash: 3563a11f80d4ec0ff35b6a09dccc7b45178b9e1c1416f183603608d9e8d18190  name:           serverless-haskell-version:        0.0.0+version:        0.0.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@@ -25,18 +25,6 @@   location: https://github.com/seek-oss/serverless-haskell  library-  exposed-modules:-      AWSLambda-      AWSLambda.Events-      AWSLambda.Events.KinesisEvent-      AWSLambda.Events.Records-      AWSLambda.Events.S3Event-      AWSLambda.Events.SNSEvent-      AWSLambda.Handler-      AWSLambda.Orphans-      Data.Aeson.Alternative-  other-modules:-      Paths_serverless_haskell   hs-source-dirs:       src   ghc-options: -Wall@@ -53,17 +41,23 @@     , time     , unix     , unordered-containers+  exposed-modules:+      AWSLambda+      AWSLambda.Events+      AWSLambda.Events.KinesisEvent+      AWSLambda.Events.Records+      AWSLambda.Events.S3Event+      AWSLambda.Events.SNSEvent+      AWSLambda.Handler+      AWSLambda.Orphans+      Data.Aeson.Alternative+  other-modules:+      Paths_serverless_haskell   default-language: Haskell2010  test-suite tests   type: exitcode-stdio-1.0   main-is: Spec.hs-  other-modules:-      AWSLambda.Events.KinesisEventSpec-      AWSLambda.Events.S3EventSpec-      AWSLambda.Events.SNSEventSpec-      Data.Aeson.AlternativeSpec-      Paths_serverless_haskell   hs-source-dirs:       test   build-depends:@@ -83,4 +77,10 @@     , time     , unix     , unordered-containers+  other-modules:+      AWSLambda.Events.KinesisEventSpec+      AWSLambda.Events.S3EventSpec+      AWSLambda.Events.SNSEventSpec+      Data.Aeson.AlternativeSpec+      Paths_serverless_haskell   default-language: Haskell2010