diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -19,8 +19,8 @@
 import Data.List
 import Data.Char
 
-import Data.Html.Download
-import Data.Html.TagSoup
+import Text.HTML.Download
+import Text.HTML.TagSoup
 import Control.Applicative
 
 url = "http://hackage.haskell.org/packages/archive/recent.rss"
diff --git a/hackage2hwn.cabal b/hackage2hwn.cabal
--- a/hackage2hwn.cabal
+++ b/hackage2hwn.cabal
@@ -1,15 +1,19 @@
 Name:                hackage2hwn
-Version:             0.2
+Version:             0.2.1
 homepage:            http://code.haskell.org/~dons/code/hackage2hwn
 Synopsis:            Convert Hackage RSS feeds to Haskell Weekly News format
 Description:         Download and parse the Hackage RSS 2.0 feed for the
                      automatic inclusion in the Haskell Weekly News.
+                     .
+                     Code coverage results for this tool are available:
+                     <http://code.haskell.org/~dons/tests/hackage2hwn/hpc_index.html>
+                     .
 Category:            Text
 License:             BSD3
 License-file:        LICENSE
 Author:              Don Stewart 
 Maintainer:          <dons@galois.com>
-Build-Depends:       base, tagsoup, xml ==1.2.3
+Build-Depends:       base, tagsoup ==0.4, xml ==1.2.3
 
 Executable:          hackage2hwn
 Main-is:             Main.hs
