From 98880d0826be5f479d7b24aad54929c7f0c24787 Mon Sep 17 00:00:00 2001 From: Guillermo Lammers Corral Date: Sat, 13 Apr 2019 23:33:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d9d1e2..f6ef5fc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This package provides a way of running Haskell projects on AWS Lambda. ## Sample lambda function ``` -stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles --resolver=lts-12.13 --omit-packages +stack new my-haskell-lambda https://github.com/theam/aws-lambda-haskell-runtime/raw/master/stack-template.hsfiles --resolver=lts-13.0 --omit-packages cd my-haskell-lambda stack docker pull ``` @@ -21,7 +21,7 @@ packages: - . extra-deps: -- aws-lambda-haskell-runtime-1.0.9 +- aws-lambda-haskell-runtime-1.0.10 ``` to your `stack.yaml` @@ -40,7 +40,7 @@ When creating your lambda function you need to provide a layer with the Haskell The ARN of the runtime layer is: ``` -arn:aws:lambda::785355572843:layer:aws-haskell-runtime:2 +arn:aws:lambda::785355572843:layer:aws-haskell-runtime:5 ```` ## Full user guide