theam / aws-lambda-haskell-runtime

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

Fix compilation errors on stackage nightly #56

Closed NickSeagull closed 4 years ago

NickSeagull commented 4 years ago

According to https://github.com/commercialhaskell/stackage/pull/4299 , this package doesn't compile in the latest Stackage nightly build. This is because the path library changed the fileExtension function to now throw exceptions, therefore, it now returns a m String rather than a String.

I locked the dependency version to be under < 0.7 in order to allow it to compile under nightly.