Changelog for Derive

2.6.3
    #24, support GHC 8.2
2.6.2
    #19, more upgrade bug fixes
2.6.1
    #19, allow haskell-src-exts-1.19
2.6
    Remove lots of derivations that didn't seem useful (Eq, Show etc)
    Change to use annotated Haskell syntax trees
    Require haskell-src-exts-1.18
2.5.26
    #17, fix incomplete pattern matches for certain types of data
2.5.25
    #14, further GHC 8.0.1 updates
2.5.24
    #14, update to GHC 8.0.1
    #15, move all the source files under src to speed up building
    Delete the FixedPpr module, was unused
2.5.23
    Require haskell-src-exts-1.17
2.5.22
    #7, #8 convert more types from TemplateHaskell
2.5.21
    Fix the homepage link
2.5.20
    #5, fix regression with higher-kinded constructors becoming context
2.5.19
    Support GHC 7.10
2.5.18
    #4, fix the read instance for nullary constructors
2.5.17
    Upgrade to haskell-src-exts-1.16
    Remove GHC 7.2 support
2.5.16
    Allow transformers-0.4 and above
2.5.15
    Allow haskell-src-exts-1.15.*
2.5.14
    #3, support GHC 7.9
2.5.13
    #622, turn on more Haskell extensions
2.5.12
    Upgrade to haskell-src-exts-1.14.*
2.5.11
    Support GHC 7.6
2.5.10
    Add derivation for Lens
    Modify the Typeable derivation to use mkTyCon3
2.5.9
    Support the Template Haskell Unpacked constructor
2.5.8
    Allow haskell-src-exts-1.13.*
2.5.7
    Allow haskell-src-exts-1.12.*
2.5.6
    Update the copyright year
    Allow transformers-0.3.*
2.5.5
    #513, allow derive to be run as a preprocessor
    Improve the documentation for UniplateDirect
2.5.4
    #394, allow tuple names in more places
    Fix error when deriving Binary on "data A = B"
2.5.3
    GHC 7.2 compatibility
2.5.2
    Relax the dependency on haskell-src-exts to < 1.12
2.5.1
    Improve documentation for deriveMain
2.5
    #257, add Data.DeriveMain.deriveMain, to allow user derivations
2.4.2
    Relax the dependency on haskell-src-exts to < 1.11
    Start of changelog
