diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 16:56:16 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 16:56:16 +0000 |
commit | 325f949e00ed3071a239c2848ab87c9d7a4ed24a (patch) | |
tree | d421542210969f721c2f464c3fd61bbc84624a15 /textproc/Makefile | |
parent | 29419e8cb435c7551553ec540ff53e7e3fd40755 (diff) |
Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov in the package so you don't need to worry about any non-Haskell
dependencies.
WWW: http://github.com/snoyberg/yaml/
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291705
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 1d74b5adfe7d..5cca727ae094 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -271,6 +271,7 @@ SUBDIR += hs-xml-enumerator SUBDIR += hs-xml-types SUBDIR += hs-xmlhtml + SUBDIR += hs-yaml SUBDIR += hsb-aspell SUBDIR += htdig SUBDIR += html |