diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 10:08:15 +0800 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 10:08:15 +0800 |
commit | 5c0f73a2f04e9d866260d3129864ebf5c56d2f7b (patch) | |
tree | 31722ae43afd5929425a64aa1ad7529b2490773f /lang/ghc | |
parent | d59ac3e84e7c3dbe1325f5a6cfad1a34aca14d3a (diff) | |
download | freebsd-ports-gnome-5c0f73a2f04e9d866260d3129864ebf5c56d2f7b.tar.gz freebsd-ports-gnome-5c0f73a2f04e9d866260d3129864ebf5c56d2f7b.tar.zst freebsd-ports-gnome-5c0f73a2f04e9d866260d3129864ebf5c56d2f7b.zip |
Epic is a simple functional language which compiles to reasonably efficient C code,
using the Boehm-Demers-Weiser garbage collector [1]. It is intended as a compiler
back-end, and is currently used as a back end for Epigram [2] and Idris [3]. It
can be invoked either as a library or an application.
[1] http://www.hpl.hp.com/personal/Hans_Boehm/gc/
[2] http://www.e-pig.org/
[3] http://idris-lang.org/
WWW: http://www.dcs.st-and.ac.uk/~eb/epic.php
Obtained from: FreeBSD Haskell
Diffstat (limited to 'lang/ghc')
-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 af41ddbfc4f0..05524a74a122 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -66,6 +66,7 @@ distributive_port= math/hs-distributive dlist_port= devel/hs-dlist double-conversion_port= textproc/hs-double-conversion enumerator_port= devel/hs-enumerator +epic_port= lang/hs-epic # executable erf_port= math/hs-erf fastcgi_port= www/hs-fastcgi # lib_depends feed_port= textproc/hs-feed |