seek-oss / serverless-haskell

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

Update to LTS 17 #163

Closed koterpillar closed 3 years ago

koterpillar commented 3 years ago

Argh, glibc problems again.

koterpillar commented 3 years ago

Also --docker seems to be on its last legs: https://github.com/commercialhaskell/stack/issues/5489

koterpillar commented 3 years ago

An involved option that requires additional dependencies, but frees this project from glibc constraint entirely: https://stackoverflow.com/questions/847179/multiple-glibc-libraries-on-a-single-host/44710599#44710599

danwdart commented 3 years ago

An involved option that requires additional dependencies, but frees this project from glibc constraint entirely: https://stackoverflow.com/questions/847179/multiple-glibc-libraries-on-a-single-host/44710599#44710599

Seems an interesting way to not have to deal with #157...