adl icon indicating copy to clipboard operation
adl copied to clipboard

Support aeson 2.0

Open bitc opened this issue 2 years ago • 0 comments

aeson 2.0 has breaking changes. Here is the error I got:

src/ADL/Core/Value.hs:181:77: error:
    • Couldn't match type ‘Data.Aeson.KeyMap.KeyMap JS.Value’
                     with ‘HM.HashMap T.Text JS.Value’

I found this migration guide that may help: https://github.com/haskell/aeson/issues/881#issuecomment-944920664

bitc avatar Mar 08 '22 16:03 bitc