Closed ivanperez-keera closed 1 month ago
Change Manager: Confirmed that the issue exists.
Technical Lead: Confirmed that the issue should be addressed.
Technical Lead: Issue scheduled for fixing in Ogma 1.4.1. Fix assigned to: @ivanperez-keera.
Implementor: Solution implemented, review requested.
Change Manager: Verified that:
Change Manager: Implementation ready to be merged.
Description
jsonpath
uses a function that is only available inaeson >= 2.0.3.0
, but the dependency only requiresaeson >= 2
. This breaks the installation in the CI jobs ifaeson >= 2 && aeson < 2.0.3.0
is picked.Type
Additional context
None.
Requester
Method to check presence of bug
Not applicable (not a bug).
Expected result
Desired result
Proposed solution
aeson
greater than2.0.2.0
.Further notes
jsonpath
at: https://github.com/akshaymankar/jsonpath-hs/issues/48