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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to