hal icon indicating copy to clipboard operation
hal copied to clipboard

hal provides an AWS Lambda Custom Runtime environment for your Haskell applications.

Results 19 hal issues
Sort by recently updated
recently updated
newest added

Have I misinterpreted the instructions regarding viability of local invocation or is this a bug?: ``` $ sam local invoke /.local/lib/python3.9/site-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (3.0.4) doesn't match a...

Realistically, this error is recoverable _for the runtime_, even though this is clearly a terminal error for the individual invocation. Ultimately, this is a minor issue because: the error is...

This may not be possible right now, but I wanted to log information that I found. At time of writing, `hal` does not report a call stack on lambda errors:...

As soon as some out-of-bounds packages got added to Stackage the build failed for `hal` and it was removed from nightly :( In `0.1.2` we added `pvp-bounds: both-revision` so that...

With the recent migration to GH action, I just noticed that a merge that didn't update the Cabal file _didn't_ break builds that should have been broken. This makes sense,...

Originally, this was called on all fatal runtime exceptions due to ambiguity in the documentation and this seemed the more conservative option. Now (maybe always?) a 403 is returned if...

Based on this comment: https://github.com/Nike-Inc/hal/pull/52/files#diff-4d7efecaef43793a8f41d8bbbaa66668R82