Bug 142282 - [new port]: haskell port devel/hs-show
Summary: [new port]: haskell port devel/hs-show
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: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-03 23:10 UTC by Jacula Modyun
Modified: 2010-01-04 06:01 UTC (History)
0 users

See Also:


Attachments
hs-show.shar (4.23 KB, text/plain)
2010-01-03 23:10 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2010-01-03 23:10:01 UTC
This 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.
See http://twan.home.fmf.nl/blog/haskell/simple-reflection-of-expressions.details. 

http://hackage.haskell.org/package/show
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-03 23:10:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-04 05:51:24 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Pali freebsd_committer freebsd_triage 2010-01-04 06:01:10 UTC
State Changed
From-To: open->closed

The port has been added to the Ports Collection.  Thank you!