geniplate-mirror 0.7.4 → 0.7.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- changelog +4/−0
- geniplate-mirror.cabal +2/−2
changelog view
@@ -1,3 +1,7 @@+geniplate 0.7.5 (released 2017-04-24):+* Support GHC 8.2.1+ Contributed by Andrés Sicard-Ramírez.+ geniplate 0.7.4 (released 2016-04-24): * Fix the template-haskell 2.11.* support Contributed by Andrés Sicard-Ramírez.
geniplate-mirror.cabal view
@@ -1,5 +1,5 @@ Name: geniplate-mirror-Version: 0.7.4+Version: 0.7.5 Synopsis: Use Template Haskell to generate Uniplate-like functions. Description: Use Template Haskell to generate Uniplate-like functions. .@@ -28,6 +28,6 @@ location: https://github.com/danr/geniplate library- Build-Depends: base >= 4 && < 5.0, template-haskell < 2.12, mtl+ Build-Depends: base >= 4 && < 5.0, template-haskell < 2.13, mtl Exposed-modules: Data.Generics.Geniplate