diff options
author | pgj <pgj@FreeBSD.org> | 2010-01-13 06:17:55 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2010-01-13 06:17:55 +0800 |
commit | 5cb501b97c228009838b1be6295006e7ca252764 (patch) | |
tree | 239ec65c0860f0988af4aa7270a46fe679b89734 /textproc/Makefile | |
parent | 8095bc0b7513f9c726d9699e28c035293d3471a2 (diff) | |
download | freebsd-ports-graphics-5cb501b97c228009838b1be6295006e7ca252764.tar.gz freebsd-ports-graphics-5cb501b97c228009838b1be6295006e7ca252764.tar.zst freebsd-ports-graphics-5cb501b97c228009838b1be6295006e7ca252764.zip |
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell.
WWW: http://hackage.haskell.org/package/feed
PR: ports/142568
Submitted by: Jacula Modyun <jacula(at)gmail.com>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a62e079e78d..a50c0014677 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -219,6 +219,7 @@ SUBDIR += hr-aspell SUBDIR += hs-Diff SUBDIR += hs-bytestring-csv + SUBDIR += hs-feed SUBDIR += hs-haxml SUBDIR += hs-highlighting-kate-ghc SUBDIR += hs-polyparse-ghc |