theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
269 stars 48 forks source link

Getting error when following instructions in docs #47

Closed ChristophP closed 5 years ago

ChristophP commented 5 years ago

I followed the instructions in the docs which said:

If you currently have a project, you can add this package by adding, to the stack.yaml file: extra-deps: - aws-lambda-haskell-runtime-2.0.0

I get the following error on stack build:

image

I can resolve it by using aws-lambda-haskell-runtime-2.0.1. in the extra-deps but it would be nice if the docs were correct. Especially to not scare of beginners. I think Haskell lambdas would be a great and low-risk entry point for many trying to get Haskell into production.

NickSeagull commented 5 years ago

I just fixed this on #48 , take a look ! 😊

ChristophP commented 5 years ago

@NickSeagull Great, I will have a look.