Bug 142495 - [new port]: haskell port benchmarks/hs-criterion
Summary: [new port]: haskell port benchmarks/hs-criterion
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-08 22:10 UTC by Jacula Modyun
Modified: 2010-01-12 23:48 UTC (History)
0 users

See Also:


Attachments
hs-criterion.shar (5.81 KB, text/plain)
2010-01-08 22: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-08 22:10:04 UTC
This library provides a powerful but simple way to measure the
performance of Haskell code. It provides both a framework for
executing and analysing benchmarks and a set of driver functions
that makes it easy to build and run benchmarks, and to analyse their
results.

The fastest way to get started is to read the documentation and
examples in the Criterion.Main module.

http://hackage.haskell.org/package/criterion
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-08 22:10:23 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-12 21:53:43 UTC
pgj         2010-01-12 21:53:30 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks           Makefile 
  Added files:
    benchmarks/hs-criterion Makefile distinfo pkg-descr pkg-plist 
  Log:
  This Haskell library provides a powerful but simple way to measure the
  performance of Haskell code. It provides both a framework for executing
  and analysing benchmarks and a set of driver functions that makes it
  easy to build and run benchmarks, and to analyse their results.
  
  WWW: http://hackage.haskell.org/package/criterion
  
  PR:             ports/142495
  Submitted by:   Jacula Modyun <jacula(at)gmail.com>
  
  Revision  Changes    Path
  1.68      +1 -0      ports/benchmarks/Makefile
  1.1       +95 -0     ports/benchmarks/hs-criterion/Makefile (new)
  1.1       +3 -0      ports/benchmarks/hs-criterion/distinfo (new)
  1.1       +9 -0      ports/benchmarks/hs-criterion/pkg-descr (new)
  1.1       +24 -0     ports/benchmarks/hs-criterion/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-12 23:47:39 UTC
State Changed
From-To: open->closed

Port committed with minor modifications.  Thanks!