Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2010 08:33:07 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/hs-hint Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201001040833.o048X7YY029433@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2010-01-04 08:33:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-hint        Makefile distinfo pkg-descr pkg-plist 
  Log:
  This library defines an Interpreter monad. It allows to load Haskell
  modules, browse them, type-check and evaluate strings with Haskell
  expressions and even coerce them into values. The library is thread-safe
  and type-safe (even the coercion of expressions to values).
  
  WWW: http://projects.haskell.org/hint
  
  PR:             ports/142290
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3746    +1 -0      ports/devel/Makefile
  1.1       +96 -0     ports/devel/hs-hint/Makefile (new)
  1.1       +3 -0      ports/devel/hs-hint/distinfo (new)
  1.1       +8 -0      ports/devel/hs-hint/pkg-descr (new)
  1.1       +36 -0     ports/devel/hs-hint/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001040833.o048X7YY029433>