FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 2:18 PM GMT
Port details
hs-QuickCheck 2.4.0.1_1 devel on this many watch lists=0 search for ports that depend on this port
Library for random testing in haskell
Maintained by: haskell@FreeBSD.org search for ports maintained by this maintainer
Port Added: 02 Sep 2009 15:39:05
Also Listed In: haskell
License: BSD
QuickCheck is a library for random testing of program properties. The programmer
provides a specification of the program, in the form of properties which
functions should satisfy, and QuickCheck then tests that the properties hold in
a large number of randomly generated cases.

Specifications are expressed in Haskell, using combinators defined in the
QuickCheck library.  QuickCheck provides combinators to define properties,
observe the distribution of test data, and define test data generators.

WWWW: http://www.cs.chalmers.se/~koen
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/ghc, lang/ghc, devel/hs-mtl, devel/hs-haddock
Required To Run: lang/ghc, lang/ghc, devel/hs-mtl
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/hs-QuickCheck/ && make install clean
To add the package: pkg_add -r hs-QuickCheck


Configuration Options
     No options to configure

Master Sites:
http://hackage.haskell.org/packages/archive/QuickCheck/2.4.0.1/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cabal/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-05-09
    Affects: users of lang/ghc and */hs-*
    Author: ashish@FreeBSD.org
    Reason: 
      GHC has been updated to version 7.0.3 and other Haskell ports are also
      updated to their Haskell Platform versions or latest versions.
    
      To update all affected ports:
    
      # portmaster -r lang/ghc
      or
      # portupgrade -r lang/ghc
    
    

Number of commits found: 10

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
26 May 2011 00:51:15
Original commit files touched by this commit  2.4.0.1_1
ashish search for other commits by this committer
Bump PORTREVISION of all ports dependent on lang/ghc as during
upgrade, lang/ghc cabal package cache gets invalidated causing all
dependent ports to be reinstalled.

Obtained from:  FreeBSD Haskell
09 May 2011 05:28:57
Original commit files touched by this commit  2.4.0.1
ashish search for other commits by this committer
- Please welcome GHC 7.0.3

GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:             ports/156642
Approved by:    tabthorpe (mentor)
Obtained from:  FreeBSD Haskell
08 Aug 2010 08:49:38
Original commit files touched by this commit  2.1.1.1
pgj search for other commits by this committer
- Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")

Suggested by:   admi3
30 Jul 2010 08:51:17
Original commit files touched by this commit  2.1.1.1
pgj search for other commits by this committer
- Update to 2.1.1.1
26 May 2010 11:18:46
Original commit files touched by this commit  2.1.0.3
jacula search for other commits by this committer
- Pass maintainership to haskell@FreeBSD.org:

    audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion
    converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip
    devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl
    devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar
    devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows
    devel/hs-checkers, devel/hs-convertible, devel/hs-datetime
    devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths
    devel/hs-ghc-paths-docs, devel/hs-haskeline
    devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle
    devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive
    devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck
    devel/hs-split, devel/hs-testpack, devel/hs-transformers
    devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat
(Only the first 15 lines of the commit message are shown above View all of this commit message)
21 May 2010 21:01:37
Original commit files touched by this commit  2.1.0.3
pgj search for other commits by this committer
- Update to 2.1.0.3

Approved by:    jacula (maintainer)
12 May 2010 16:33:59
Original commit files touched by this commit  2.1.0.2
pgj search for other commits by this committer
Introduce a new (and hopefully better) ports infrastructure for Haskell Cabal
ports which makes possible the direct translation of Cabal package
descriptions to FreeBSD ports.  It promises both easier addition and
maintenance for Cabal-based ports.
30 Dec 2009 23:44:15
Original commit files touched by this commit  2.1.0.2
pgj search for other commits by this committer
- Update to 2.1.0.2

PR:             ports/142094
Submitted by:   Jacula Modyun <jacula(at)gmail.com> (maintainer)
06 Dec 2009 20:56:55
Original commit files touched by this commit  2.1.0.1_1
pgj search for other commits by this committer
- Update HsColour to 1.15
- Bump PORTREVISION for all affected ports

PR:             ports/138567, ports/138568
Submitted by:   Ashish Shukla <wahjava (at) gmail.com>
Approved by:    maintainer
02 Sep 2009 15:38:45
Original commit files touched by this commit  2.1.0.1
pgj search for other commits by this committer
- Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bump
  port revision where appropriate
- Add devel/hs-ghc-paths
- Add devel/hs-QuickCheck
- Add devel/hs-readline
- Add devel/hs-haskeline
- Add devel/hs-mmap
- Remove lang/ghc-doc
- Mark devel/lhs2TeX broken as it does not compile with GHC 6.10.4
- Set NHC98 as default compiler for devel/hs-hat as it does not compile
  with GHC 6.10.4

PR:             ports/137055, ports/137058, ports/137059, ports/137060,
ports/137061,
                ports/137062, ports/137063, ports/137063, ports/137064,
ports/137065,
                ports/137066, ports/137067, ports/137068, ports/137069,
ports/137070,
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 10

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days43
new fortnight69
new month136

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.08 seconds.