diff --git a/Text/RSS.hs b/Text/RSS.hs
--- a/Text/RSS.hs
+++ b/Text/RSS.hs
@@ -1,7 +1,7 @@
 {-# LANGUAGE CPP #-}
 
 #if __GLASGOW_HASKELL__ >= 704
-{-# LANGUAGE Trustworthy #-}
+{-# LANGUAGE Safe #-}
 #endif
 
 -----------------------------------------------------------------------------
diff --git a/rss.cabal b/rss.cabal
--- a/rss.cabal
+++ b/rss.cabal
@@ -1,5 +1,5 @@
 Name: rss
-Version: 3000.2.0.5
+Version: 3000.2.0.6
 Cabal-version: >=1.6
 Build-type: Simple
 Copyright: Jeremy Shaw 2004, Bjorn Bringert 2004-2006
@@ -37,7 +37,7 @@
     build-depends: time       >= 1.1.2 && < 1.5
                  , old-locale >= 1.0   && < 1.1
   else
-    build-depends: time >= 1.5 && < 1.6
+    build-depends: time >= 1.5 && < 1.7
 
   if flag(network-uri)
     build-depends: network-uri >= 2.6 && < 2.7
