cvs commit: ports/devel Makefile ports/devel/hs-safe Makefile distinfo pkg-descr pkg-plist

Gabor Pali pgj at FreeBSD.org
Sat Jan 2 22:59:59 UTC 2010


pgj         2010-01-02 22:59:58 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-safe        Makefile distinfo pkg-descr pkg-plist 
  Log:
  Partial functions from the Haskell base library, such as head and !!, modified
  to return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values.
  
  These functions can be used to reduce the number of unsafe pattern matches in
  your code.
  
  WWW: http://www-users.cs.york.ac.uk/~ndm/safe/
  
  PR:             ports/142144
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3735    +1 -0      ports/devel/Makefile
  1.1       +75 -0     ports/devel/hs-safe/Makefile (new)
  1.1       +3 -0      ports/devel/hs-safe/distinfo (new)
  1.1       +8 -0      ports/devel/hs-safe/pkg-descr (new)
  1.1       +13 -0     ports/devel/hs-safe/pkg-plist (new)


More information about the cvs-ports mailing list