summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 16:56:16 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 16:56:16 +0000
commit325f949e00ed3071a239c2848ab87c9d7a4ed24a (patch)
treed421542210969f721c2f464c3fd61bbc84624a15 /lang
parentThese objects show up in different places, e.g. JSON, Yaml. By (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 'lang')
-rw-r--r--lang/ghc/bsd.hackage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 0eb0b04df466..9443ddfd05c7 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -273,6 +273,7 @@ xmobar_port= x11/hs-xmobar # executable
xmonad_port= x11-wm/hs-xmonad # executable
xmonad-contrib_port= x11-wm/hs-xmonad-contrib
xss-sanitize_port= www/hs-xss-sanitize
+yaml_port= textproc/hs-yaml
zip-archive_port= archivers/hs-zip-archive
zlib_port= archivers/hs-zlib
zlib-bindings_port= archivers/hs-zlib-bindings