Bug 142283

Summary: [new port]: haskell port devel/hs-MonadCatchIO-mtl
Product: Ports & Packages Reporter: Jacula Modyun <jacula>
Component: Individual Port(s)Assignee: freebsd-haskell (Nobody) <haskell>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
hs-MonadCatchIO-mtl.shar none

Description Jacula Modyun 2010-01-03 23:20:01 UTC
Provides a monad-transformer version of the Control.Exception.catch function.
For this, it defines the MonadCatchIO class, a subset of MonadIO.
It defines proper instances for most monad transformers in the mtl library.

http://hackage.haskell.org/package/MonadCatchIO-mtl
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:20:12 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 06:14:31 UTC
pgj         2010-01-04 06:14:23 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-MonadCatchIO-mtl Makefile distinfo pkg-descr 
                              pkg-plist 
  Log:
  Provides a monad-transformer version of the Control.Exception.catch
  Haskell function. For this, it defines the MonadCatchIO class, a subset
  of MonadIO. It defines proper instances for most monad transformers in
  the 'mtl' library.
  
  WWW: http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl
  
  PR:             ports/142283
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3741    +1 -0      ports/devel/Makefile
  1.1       +75 -0     ports/devel/hs-MonadCatchIO-mtl/Makefile (new)
  1.1       +3 -0      ports/devel/hs-MonadCatchIO-mtl/distinfo (new)
  1.1       +6 -0      ports/devel/hs-MonadCatchIO-mtl/pkg-descr (new)
  1.1       +14 -0     ports/devel/hs-MonadCatchIO-mtl/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 06:32:48 UTC
State Changed
From-To: open->closed

The port has been added with minor nits.  Thank you for your submission!