aws-lambda-haskell-runtime
aws-lambda-haskell-runtime copied to clipboard
Support aeson-2.0
fixes #120.
Following the advice in https://github.com/haskell/aeson/issues/881#issuecomment-944920664.
It compiles, did not do any more checks.
Does this need to be backward compatible?
This PR fixes the issue for me 👍 using stack ; ghc9.2.4 ; stackage nightly-2022-09-12
Was about to merge+publish this, but between this one and #122 , which one should we use?
Or is the .cabal file autogenerated in thus repo? (Haven't worked with package.yaml yet) In that case my change is a bit futile, is it?