Bug 128770 - New port: devel/hs-dlist
Summary: New port: devel/hs-dlist
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-11 00:20 UTC by Samy Al Bahra
Modified: 2008-11-15 19:52 UTC (History)
0 users

See Also:


Attachments
file.shar (3.04 KB, text/plain)
2008-11-11 00:20 UTC, Samy Al Bahra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samy Al Bahra 2008-11-11 00:20:05 UTC
Differences lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-11 00:20:19 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-11-11 05:02:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2008-11-15 19:52:05 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!