diff --git a/epub.cabal b/epub.cabal
--- a/epub.cabal
+++ b/epub.cabal
@@ -1,5 +1,5 @@
 Name:            epub
-Version:         0.0.6
+Version:         0.0.7
 License:         BSD3
 License-File:    LICENSE
 Synopsis:        EPUB E-Book construction support library
@@ -9,6 +9,10 @@
   .
   EPUB E-Book Construction support library, for the details look
   at http://en.wikipedia.org/wiki/EPUB.
+
+  This library is depreciated, there is much better alterantive:
+  http://hackage.haskell.org/package/epub-tools
+  http://hackage.haskell.org/package/epub-metadata
   .
 Category:        Text
 Stability:       experimental
@@ -17,12 +21,11 @@
 
 Source-Repository head
   type:     darcs
-  location: darcsden.com/dixie/epub
+  location: http://darcsden.com/dixie/epub
     
 Library
   Build-Depends:   base         < 5,
                    filepath,
-                   haskell98,
                    old-time,
                    utf8-string,
                    bytestring,      
