Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2010 22:59:58 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/hs-safe Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201001022259.o02Mxw5A049081@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001022259.o02Mxw5A049081>