evoke 0.2022.8.26 → 0.2023.1.26
raw patch · 2 files changed
+7/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.markdown +2/−0
- evoke.cabal +5/−2
README.markdown view
@@ -1,5 +1,7 @@ # Evoke +:warning: This package is not maintained anymore. Consider using `Generic` deriving instead.+ :crystal_ball: Evoke is a GHC plugin that automatically derives type class instances without using generics or Template Haskell.
evoke.cabal view
@@ -1,9 +1,12 @@ cabal-version: >= 1.10 name: evoke-version: 0.2022.8.26+version: 0.2023.1.26 synopsis: A GHC plugin to derive instances.-description: Evoke is a GHC plugin to derive instances.+description:+ Warning: This package is not maintained anymore. Consider using @Generic@ deriving instead.+ .+ Evoke is a GHC plugin to derive instances. build-type: Simple category: Plugin