cvs commit: ports/devel Makefile ports/devel/hs-MonadCatchIO-transformers Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk

Gabor Pali pgj at FreeBSD.org
Sat Aug 13 18:08:39 UTC 2011


pgj         2011-08-13 18:08:39 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-MonadCatchIO-transformers Makefile distinfo pkg-descr 
  Log:
  Provides functions to throw and catch exceptions. Unlike the functions from
  Control.Exception, which work in IO, these work in any stack of monad
  transformers (from the 'transformers' package) with IO as the base monad.
  You can extend this functionality to other monads, by creating an instance
  of the MonadCatchIO class.
  
  WWW: http://hackage.haskell.org/package/MonadCatchIO-transformers
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.4488    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/hs-MonadCatchIO-transformers/Makefile (new)
  1.1       +2 -0      ports/devel/hs-MonadCatchIO-transformers/distinfo (new)
  1.1       +7 -0      ports/devel/hs-MonadCatchIO-transformers/pkg-descr (new)
  1.37      +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-ports mailing list