packages feed

pqc-0.3: pqc.cabal

name:                pqc
version:             0.3
description:         Parallel batch driver for QuickCheck
synopsis:            Parallel batch driver for QuickCheck
category:            Testing
license:             BSD3
license-file:        LICENSE
Author:              Don Stewart
Maintainer:          shelarcy <shelarcy@gmail.com>
homepage:            http://darcsden.com/shelarcy/pqc
build-type: Simple
Cabal-Version: >= 1.6

source-repository head
   type: darcs
   location: http://darcsden.com/shelarcy/pqc

flag split-base

library
  if flag(split-base)
    build-depends:     base >= 3 && < 5, random, QuickCheck > 2.1 && < 3
  else
    build-depends:     base < 3, QuickCheck > 2.1 && < 3
  exposed-modules: Test.QuickCheck.Parallel
  ghc-options:    -Wall -O2