hackage2hwn 0.2 → 0.2.1
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~tagsoup
Dependency ranges changed: tagsoup
Files
- Main.hs +2/−2
- hackage2hwn.cabal +6/−2
Main.hs view
@@ -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"
hackage2hwn.cabal view
@@ -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