diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -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.
 
diff --git a/evoke.cabal b/evoke.cabal
--- a/evoke.cabal
+++ b/evoke.cabal
@@ -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
