- Drop support for pre-8.0 versions of GHC.
- Fix a bug introduced in
data-reify-0.6.2
wherereifyGraph
could returnGraph
s with duplicate key-value pairs.
- Use
HashMap
s andIntSet
s internally for slightly better performance.
- Fix warnings in GHC 7.10.
- Merge the mono-typed and dynamic version again, by using 'DynStableName', an unphantomized version of StableName.
- Use 'Int' as a synonym for 'Unique' rather than 'Data.Unique' for node ids, by popular demand.
- Provide two versions of 'MuRef', the mono-typed version, for trees of a single type, and the dynamic-typed version, for trees of different types.
- Use 'StableName's, making
data-reify
much faster.
- Use unsafe pointer compares.