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

OverloadedStrings bug #71

Closed dnikolovv closed 4 years ago

dnikolovv commented 4 years ago

Fixed a bug that caused a compiler error if you specified UseWithApiGateway and had OverloadedStrings enabled.

Closes #70

NickSeagull commented 4 years ago

Thanks!