seek-oss / serverless-haskell

Deploying Haskell applications to AWS Lambda with Serverless
MIT License
215 stars 22 forks source link

Update resolver in hsfiles #145

Closed dmoverton closed 4 years ago

dmoverton commented 4 years ago

Updates resolver in serverless-haskell.hsfiles to latest LTS (16.3) and modifies bumpversion to keep this up-to-date.

koterpillar commented 4 years ago

I'm not sure we should be bumping the resolver together with the version. Can we either ask for it, or somehow determine automatically?

Also, the resolver in hsfiles should probably be the same as the one in the default stack.yaml.

dmoverton commented 4 years ago

Moved LTS update to a separate script and updated stack.yaml.

dmoverton commented 4 years ago

If you don't think the update-lts script is necessary I'm happy to delete it.