Bug 142497 - [new port]: haskell port devel/hs-utility-ht
Summary: [new port]: haskell port devel/hs-utility-ht
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-08 22:20 UTC by Jacula Modyun
Modified: 2010-01-12 23:49 UTC (History)
0 users

See Also:


Attachments
hs-utility-ht.shar (6.87 KB, text/plain)
2010-01-08 22:20 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-08 22:20:01 UTC
Various small helper functions for Lists, Maybes, Tuples, Functions.
Some of these functions are improved implementations of standard
functions. They have the same name as their standard counterparts.
The package only contains functions that do not require packages
other than the base package. Thus you do not risk a dependency
avalanche by importing it.

http://hackage.haskell.org/package/utility-ht
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 22:20:17 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-12 21:58:45 UTC
pgj         2010-01-12 21:58:36 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-utility-ht  Makefile distinfo pkg-descr pkg-plist 
  Log:
  Various small Haskell helper functions for Lists, Maybes, Tuples,
  Functions. Some of these functions are improved implementations of
  standard functions. They have the same name as their standard
  counterparts.
  
  WWW: http://www.haskell.org/haskellwiki/Utility-HT
  
  PR:             ports/142497
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3769    +1 -0      ports/devel/Makefile
  1.1       +75 -0     ports/devel/hs-utility-ht/Makefile (new)
  1.1       +3 -0      ports/devel/hs-utility-ht/distinfo (new)
  1.1       +9 -0      ports/devel/hs-utility-ht/pkg-descr (new)
  1.1       +55 -0     ports/devel/hs-utility-ht/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-12 23:48:14 UTC
State Changed
From-To: open->closed

Port added.  Thank you!