-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump dependency versions #1949
Bump dependency versions #1949
Conversation
I see the
failure. I will add the |
2282ac4
to
55ec75d
Compare
parseWithRead field obj = do | ||
v <- obj .:? field | ||
case readMaybe =<< v of | ||
Just a -> pure a | ||
Nothing -> fail $ "Could not read field: " <> Text.unpack field | ||
Nothing -> fail $ "Could not read field: " <> show field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change? Do you want quotation marks around the field name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was a low-effort / good-enough fix for aeson moving to their Key
datatype (as opposed to Text
).
Related: commercialhaskell/stackage#6217 (cherry picked from commit 7267499) # Conflicts: # cabal.project # clash-ghc/clash-ghc.cabal # clash-lib/clash-lib.cabal # clash-prelude/clash-prelude.cabal
Related: commercialhaskell/stackage#6217 (cherry picked from commit 7267499)
Related: commercialhaskell/stackage#6217 (cherry picked from commit 7267499)
Related: commercialhaskell/stackage#6217 (cherry picked from commit 7267499)
Related: commercialhaskell/stackage#6217 (cherry picked from commit 7267499)
Related: commercialhaskell/stackage#6217
Write a changelog entry (see changelog/README.md)