classyplate 0.3.1.0 → 0.3.2.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
+ Data.Generics.ClassyPlate.Common: type family TypEq a b :: Bool
+ Data.Generics.ClassyPlate.TypePrune: type family IgnoredFields (t :: *) :: [Either (Symbol, Nat) Symbol]
Files
- classyplate.cabal +3/−3
classyplate.cabal view
@@ -1,5 +1,5 @@ name: classyplate -version: 0.3.1.0 +version: 0.3.2.0 synopsis: Fuseable type-class based generics description: Defining generics that can be used efficiently on heterogenous data structures like syntax trees. Can access elements of multiple types at a single traversal. Non-invasive method @@ -25,8 +25,8 @@ , Data.Generics.ClassyPlate.TypePrune , Data.Generics.ClassyPlate.TH , Data.Generics.ClassyPlate.Core - build-depends: base >=4.10 && <4.12 - , template-haskell >=2.12 && <2.14 + build-depends: base >=4.10 && <4.13 + , template-haskell >=2.12 && <2.15 hs-source-dirs: src default-language: Haskell2010