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

Gabor Pali pgj at FreeBSD.org
Fri Feb 17 15:48:59 UTC 2012


pgj         2012-02-17 15:48:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-monad-control Makefile distinfo pkg-descr 
  Log:
  This package defines the type class MonadBaseControl, a subset of
  MonadBase into which generic control operations such as catch can be
  lifted from IO or any other base monad.  Instances are based on monad
  transformers in MonadTransControl, which includes all standard monad
  transformers in the transformers library except ContT.
  
  WWW:    https://github.com/basvandijk/monad-control/
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.4842    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/hs-monad-control/Makefile (new)
  1.1       +2 -0      ports/devel/hs-monad-control/distinfo (new)
  1.1       +7 -0      ports/devel/hs-monad-control/pkg-descr (new)
  1.102     +2 -1      ports/lang/ghc/bsd.hackage.mk


More information about the cvs-all mailing list