Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop-ci-jsonpath' into develop. Close #151.
**Description** `jsonpath` uses a function that is only available in `aeson >= 2.0.3.0`, but the dependency only requires `aeson >= 2`. This breaks the installation in the CI jobs if `aeson >= 2 && aeson < 2.0.3.0` is picked. **Type** - Management: fix to CI set up due to issue with dependency. **Additional context** None. **Requester** - Ivan Perez. **Method to check presence of bug** Not applicable (not a bug). **Expected result** - Installation in the CI jobs completes successfully. **Desired result** - Installation in the CI jobs completes successfully. **Proposed solution** - Add a constraint in the CI jobs to require `aeson` greater than `2.0.2.0`. **Further notes** - The issue is with a dependency, so it's not really a bug in our project. This is therefore classified as management. - The issue has been filed with `jsonpath` at: akshaymankar/jsonpath-hs#48
- Loading branch information