diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-15 01:55:09 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-15 01:55:09 +0800 |
commit | 044086329ac7451ecde7d0e804c649e20541fe6c (patch) | |
tree | b6669f29c9f626657d7cf75d9eed9c63b5c5a2d6 /lang | |
parent | 59d371dadbc8be085854f8f1f3332fbef4252d56 (diff) | |
download | freebsd-ports-gnome-044086329ac7451ecde7d0e804c649e20541fe6c.tar.gz freebsd-ports-gnome-044086329ac7451ecde7d0e804c649e20541fe6c.tar.zst freebsd-ports-gnome-044086329ac7451ecde7d0e804c649e20541fe6c.zip |
A JSON parsing and encoding library optimized for ease of use and high
performance. (A note on naming: in Greek mythology, Aeson was the
father of Jason.)
WWW: http://github.com/mailrank/aeson
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index d23f349495e9..e53826e15bfa 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -11,6 +11,7 @@ # KEEP THE LIST ALPHABETICALLY SORTED! +aeson_port= converters/hs-aeson Agda_port= math/hs-Agda # executable Agda-executable_port= math/hs-Agda-executable # executable alex_port= devel/hs-alex # executable |