Changelog for Uniplate

1.6.13, released 2020-11-07
    Remove support from pre-GHC 8.0
    #31, GHC 9.0 compatibility
    Change descendM to be applicative, not monadic
1.6.12, released 2013-10-26
    Allow compilation with clang
1.6.11, released 2013-08-14
    Work around more excessive strictness, gives 10x speed improvement
1.6.10, released 2012-12-14
    Allow hashable-1.2
    Work around excessive strictness in unordered-containers-0.2.3.0
1.6.9, released 2012-12-08
    Remove dependencies on an old internal module
    More performance work (speculative)
1.6.8, released 2012-12-05
    Significant speed up to default descend/descendM versions
    Implement faster descendM/descendBiM for the Data version
    Add RULES for the Direct method which follow plate identities
    Disallow unordered-containers 0.2.0.*
1.6.7, released 2012-03-08
    Allow unordered-containers 0.2.*
1.6.6, released 2012-02-15
    Require hashable-1.1.2.3, which has a TypeRep instance
1.6.5, released 2011-11-05
    Add more instances for the Data.Instances, such as Ord/Eq
1.6.4, released 2011-11-05
    Give better Data instances for the containers package
1.6.3, released 2011-10-11
    #454, use unordered-containers on GHC 7.2 and above (faster)
1.6.2, released 2011-08-16
    Given a Map/Set (or anything with NorepType) ignore it
    Add $UNIPLATE_VERBOSE to give messages about cache construction
1.6.1, released 2011-08-11
    #435, mark things that were recommended not to use as deprecated
    #449, GHC 7.2 compatibility
1.6, released 2010-11-10
    GHC 7 compatibility
    Eliminate mtl dependency
    Add transformer/transformBis, along with better documentation
    #364, add a zipper in Data.Generics.Uniplate.Zipper
    Add an Eq instance for Str
1.5.1, released 2010-01-24
    Fix a typo in the synopsis
1.5, released 2010-01-23
    Massive speed improvements to Data loading initial cache
1.4, released 2010-01-12
    Add back performance enhancement for Rationals
1.3, released 2010-01-03
    Rewrite, simplify, roll out Data.Generics.Uniplate.*
1.2, released 2008-07-08
    Allow Data operations to work on Rational
1.1, not on Hackage
    Add versions based on Str
1.0, released 2007-06-13
    Initial release
