generic-diff-instances: Diff instances for common types

[ bsd3, generics, library, test ] [ Propose Tags ] [ Report a vulnerability ]

The generic-diff package aims to be lightweight and not force any instances which might have more than one interpretation.

This package provides a more comprehensive set of instances for types from a range of common packages.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5), containers (>=0.5.9.2 && <0.9), generic-diff (>=0.1 && <0.2), generics-sop (>=0.4 && <0.6), sop-core (>=0.4.0.1 && <0.6), text (>=1.1 && <2.2) [details]
Tested with ghc ==9.12.2, ghc ==9.10.1, ghc ==9.8.2, ghc ==9.6.5, ghc ==9.4.8, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.6.5
License BSD-3-Clause
Copyright Copyright(c) Frederick Pringle 2025
Author Frederick Pringle
Maintainer freddyjepringle@gmail.com
Uploaded by fpringle at 2026-02-01T13:01:35Z
Category Generics, Test
Home page https://github.com/fpringle/generic-diff
Distributions
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for generic-diff-instances-0.1.0.0

[back to package description]

Haskell CI

generic-diff instances

The generic-diff package aims to be lightweight and not force any instances which might have more than one interpretation.

This package provides a more comprehensive set of instances for types from a range of common packages.

Currently we provide instances for Map, Seq, Set and Tree from the containers package.