miwi        2008-11-15 19:51:57 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-dlist       Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  WWW: http://code.haskell.org/~dons/code/dlist/
  
  PR:             ports/128770
  Submitted by:   Samy Al Bahra <sbahra at kerneled.org>
  
  Revision  Changes    Path
  1.3249    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/hs-dlist/Makefile (new)
  1.1       +3 -0      ports/devel/hs-dlist/distinfo (new)
  1.1       +5 -0      ports/devel/hs-dlist/pkg-descr (new)
  1.1       +13 -0     ports/devel/hs-dlist/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to