Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.59 KB

VENDOR.md

File metadata and controls

43 lines (34 loc) · 1.59 KB

Vendored Dependencies

Some dependencies are vendored in order to support newer versions of GHC and other dependencies than the upstream package supports. This is generally done because the vendored packages are not maintained. Vendoring such packages allows me to update the vendored copies yet still publish to Hackage.

HMock

Vendored:

  • Repository
  • Upstream commit: 275fba1c
  • Vendored commit: 0bb7ba7f
    • The commit adding support for GHC 9.10 was merged, but Hackage has not been updated.
    • Bump data-default upper bound
    • Bump extra upper bound
  • Files: test/Test/HMock*

explainable-predicates

Vendored:

  • Repository
  • Upstream commit: 7eca242b
  • Vendored commit: (same)
    • The commit adding support for GHC 9.10 was merged, but Hackage has not been updated.
  • Files: test/Test/Predicates*