Changelog for htree-0.2.0.0
Revision history for HTree
0.1.0.0 -- 2024-07-21
- initial release
0.2.0.0 -- 2024-11-15
- moved to required type arguments wherever possible
- dropped support for GHC < 9.10
- dropped support for base < 4.20
- stopped reexporting Proxy
- make
getElem
andgetElem'
take required type arguments, the search strategy and the type of the field, as well as the name of the field in the case ofgetElem
- make all hc* functions take the constraint as a required type argument