Bug 142288 - [new port]: haskell port devel/hs-transformers
Summary: [new port]: haskell port devel/hs-transformers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 23:30 UTC by Jacula Modyun
Modified: 2010-01-04 08:14 UTC (History)
0 users

See Also:


Attachments
hs-transformers.shar (6.21 KB, text/plain)
2010-01-03 23:30 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-03 23:30:10 UTC
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. 

http://hackage.haskell.org/package/transformers
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:30:31 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 08:01:08 UTC
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)
_______________________________________________
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 08:13:35 UTC
State Changed
From-To: open->closed

The port has been added to the ports tree.  Thank you for your 
submission!