diff --git a/retry.cabal b/retry.cabal
--- a/retry.cabal
+++ b/retry.cabal
@@ -14,7 +14,7 @@
         case we should hang back for a bit and retry the query instead
         of simply raising an exception.
 
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Retry combinators for monadic actions that may fail
 license:             BSD3
 license-file:        LICENSE
@@ -31,8 +31,7 @@
     base ==4.*, 
     MonadCatchIO-transformers >= 0.3,
     mtl >= 0.2,
-    data-default,
-    syb >= 0.3
+    data-default
   hs-source-dirs:      src
   default-language:    Haskell2010
 
diff --git a/src/Control/Retry.hs b/src/Control/Retry.hs
--- a/src/Control/Retry.hs
+++ b/src/Control/Retry.hs
@@ -44,7 +44,6 @@
 import           Control.Monad.CatchIO
 import           Control.Monad.Trans
 import           Data.Default
-import           Data.Generics
 import           Prelude               hiding (catch)
 -------------------------------------------------------------------------------
 
