Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jan 2010 08:00:59 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/hs-transformers Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201001040800.o0480xhg025999@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2010-01-04 08:00:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-transformers Makefile distinfo pkg-descr pkg-plist 
  Log:
  Haskell 98 part of a monad transformer library, inspired by the paper
  "Functional Programming with Overloading and Higher-Order Polymorphism",
  by Mark P Jones, in Advanced School of Functional Programming, 1995
  (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>).
  
  This part contains the monad transformer class, the concrete monad
  transformers, operations and liftings. It can be used on its own
  in Haskell 98 code, or with the monad classes in the monads-fd or
  monads-tf packages, which automatically lift operations introduced
  by monad transformers through other transformers.
  
  WWW: http://hackage.haskell.org/package/transformers
  
  PR:             ports/142288
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3744    +1 -0      ports/devel/Makefile
  1.1       +75 -0     ports/devel/hs-transformers/Makefile (new)
  1.1       +3 -0      ports/devel/hs-transformers/distinfo (new)
  1.1       +12 -0     ports/devel/hs-transformers/pkg-descr (new)
  1.1       +35 -0     ports/devel/hs-transformers/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001040800.o0480xhg025999>