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

Gabor Pali pgj at FreeBSD.org
Mon Jan 4 05:51:11 UTC 2010


pgj         2010-01-04 05:51:11 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/hs-show        Makefile distinfo pkg-descr pkg-plist 
  Log:
  This Haskell package provides ShowQ, ShowFun, and SimpleReflect.
  
    * ShowFun gives a Typeable-dependent instance for showing
      functions as their type.
  
    * ShowIO does the same for IO actions.
  
    * ShowQ adds SmallCheck & QuickCheck support.
  
    * SimpleReflect allows us to literally see how functions
      'expand', through appropriate Show magic.
  
  WWW: http://hackage.haskell.org/package/show
  
  PR:             ports/142282
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.3740    +1 -0      ports/devel/Makefile
  1.1       +77 -0     ports/devel/hs-show/Makefile (new)
  1.1       +3 -0      ports/devel/hs-show/distinfo (new)
  1.1       +13 -0     ports/devel/hs-show/pkg-descr (new)
  1.1       +16 -0     ports/devel/hs-show/pkg-plist (new)


More information about the cvs-ports mailing list