diff --git a/DrIFT.cabal b/DrIFT.cabal
--- a/DrIFT.cabal
+++ b/DrIFT.cabal
@@ -1,7 +1,10 @@
 name:                DrIFT
-version:             2.4.0
+version:             2.4.1
 synopsis:            Program to derive type class instances
-description:         DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations
+description:         Today Data.Derive <http://hackage.haskell.org/package/derive> is good another solution for DrFIT.
+                     See the User Manual <http://community.haskell.org/~ndm/darcs/derive/derive.htm>.
+                     .
+                     DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations
                      and directives from modules. The directives cause rules to be fired on the parsed
                      type declarations, generating new code which is then appended to the bottom of the input
                      file. The rules are expressed as Haskell code, and it is intended that the user can add new
diff --git a/src/DrIFT/Version.hs b/src/DrIFT/Version.hs
--- a/src/DrIFT/Version.hs
+++ b/src/DrIFT/Version.hs
@@ -4,7 +4,7 @@
 package = "DrIFT"
 
 version :: String
-version = "2.4.0"
+version = "2.4.1"
 
 fullName :: String
 fullName = package ++ "-" ++ version
