Bug 142290 - [new port]: haskell port devel/hs-hint
Summary: [new port]: haskell port devel/hs-hint
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 23:40 UTC by Jacula Modyun
Modified: 2010-01-04 08:46 UTC (History)
0 users

See Also:


Attachments
hs-hint.shar (6.34 KB, text/plain)
2010-01-03 23:40 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-03 23:40:05 UTC
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).
It is, esentially, a huge subset of the GHC API wrapped in a simpler API. 

http://hackage.haskell.org/package/hint
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-04 08:33:20 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-04 08:46:08 UTC
State Changed
From-To: open->closed

The port has been committed with minor modifications.  Thanks!