hpc-0.5.0.3: hpc.cabal
name: hpc
version: 0.5.0.3
license: BSD3
license-file: LICENSE
author: Andy Gill
maintainer: libraries@haskell.org
category: Control
synopsis: Code Coverage Library for Haskell
build-type: Simple
Cabal-Version: >= 1.2
Flag small_base
Description: Choose the new smaller, split-up base package.
Library
exposed-modules:
Trace.Hpc.Util
Trace.Hpc.Mix
Trace.Hpc.Tix
Trace.Hpc.Reflect
extensions: CPP
if flag(small_base)
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.1,
old-time >= 1 && < 1.1,
containers >= 0.1 && < 0.3
else
Build-Depends: base < 3
ghc-options: -Wall