packages feed

geniplate-mirror 0.7.5 → 0.7.6

raw patch · 2 files changed

+7/−3 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 view
@@ -1,3 +1,7 @@+geniplate 0.7.6 (released 2018-02-07):+* Support GHC 8.4.1+  Contributed by Andrés Sicard-Ramírez.+ geniplate 0.7.5 (released 2017-04-24): * Support GHC 8.2.1   Contributed by Andrés Sicard-Ramírez.
geniplate-mirror.cabal view
@@ -1,5 +1,5 @@ Name:           geniplate-mirror-Version:        0.7.5+Version:        0.7.6 Synopsis:       Use Template Haskell to generate Uniplate-like functions. Description:    Use Template Haskell to generate Uniplate-like functions.                 .@@ -11,7 +11,7 @@ License:        BSD3 License-File:   LICENSE Author:         Lennart Augustsson-Maintainer:     Dan Rosén, danr@chalmers.se+Maintainer:     Dan Rosén, dan.rosen@gu.se Copyright:      2014-2015 Lennart Augustsson Category:       Generics Build-type:     Simple@@ -28,6 +28,6 @@   location: https://github.com/danr/geniplate  library-  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.13, mtl+  Build-Depends: base >= 4 && < 5.0, template-haskell < 2.14, mtl    Exposed-modules:      Data.Generics.Geniplate