packages feed

hpc-0.6.0.1: hpc.cabal

name:         hpc
version:      0.6.0.1
-- GHC 7.6.1 released with 0.6.0.0
license:      BSD3
license-file: LICENSE
author:       Andy Gill
maintainer:   libraries@haskell.org
bug-reports:  http://ghc.haskell.org/trac/ghc/newticket?component=Code%20Coverage
category:     Control
synopsis:     Code Coverage Library for Haskell
build-type:   Simple
cabal-version:>=1.10
tested-with:  GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2
description:
    This package provides the code coverage library for Haskell.
    .
    See <http://www.haskell.org/haskellwiki/Haskell_program_coverage> for more
    information.

extra-source-files:
    changelog.md

source-repository head
    type:     git
    location: http://git.haskell.org/packages/hpc.git

source-repository this
    type:     git
    location: http://git.haskell.org/packages/hpc.git
    tag:      hpc-0.6.0.1-release

Library
    default-language: Haskell98
    other-extensions: CPP

    exposed-modules:
        Trace.Hpc.Util
        Trace.Hpc.Mix
        Trace.Hpc.Tix
        Trace.Hpc.Reflect

    Build-Depends:
        base       >= 4.4.1 && < 4.8,
        containers >= 0.4.1 && < 0.6,
        directory  >= 1.1   && < 1.3,
        time       >= 1.2   && < 1.5
    ghc-options: -Wall