Cabal revisions of hpc-0.6.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: hpc version: 0.6.0.3+x-revision: 1 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE Trace.Hpc.Reflect Build-Depends:- base >= 4.4.1 && < 4.10,+ base >= 4.4.1 && < 4.11, containers >= 0.4.1 && < 0.6,- directory >= 1.1 && < 1.3,+ directory >= 1.1 && < 1.4, filepath >= 1 && < 1.5,- time >= 1.2 && < 1.7+ time >= 1.2 && < 1.9 ghc-options: -Wall
revision 2
+cabal-version:>=1.10 name: hpc version: 0.6.0.3-x-revision: 1+x-revision: 2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE category: Control synopsis: Code Coverage Library for Haskell build-type: Simple-cabal-version:>=1.10 tested-with: GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, GHC==7.2.2 description: This package provides the code coverage library for Haskell. Trace.Hpc.Reflect Build-Depends:- base >= 4.4.1 && < 4.11,- containers >= 0.4.1 && < 0.6,+ base >= 4.4.1 && < 4.13,+ containers >= 0.4.1 && < 0.7, directory >= 1.1 && < 1.4, filepath >= 1 && < 1.5, time >= 1.2 && < 1.9
revision 3
cabal-version:>=1.10 name: hpc version: 0.6.0.3-x-revision: 2+x-revision: 3 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE author: Andy Gill maintainer: ghc-devs@haskell.org-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=Code%20Coverage+bug-reports: https://gitlab.haskell.org/ghc/ghc/issues category: Control synopsis: Code Coverage Library for Haskell build-type: Simple Trace.Hpc.Reflect Build-Depends:- base >= 4.4.1 && < 4.13,+ base >= 4.4.1 && < 4.14, containers >= 0.4.1 && < 0.7, directory >= 1.1 && < 1.4, filepath >= 1 && < 1.5,- time >= 1.2 && < 1.9+ time >= 1.2 && < 1.10 ghc-options: -Wall
revision 4
-cabal-version:>=1.10-name: hpc-version: 0.6.0.3-x-revision: 3--- NOTE: Don't forget to update ./changelog.md-license: BSD3-license-file: LICENSE-author: Andy Gill-maintainer: ghc-devs@haskell.org-bug-reports: https://gitlab.haskell.org/ghc/ghc/issues-category: Control-synopsis: Code Coverage Library for Haskell-build-type: Simple-tested-with: GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, 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--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.14,- containers >= 0.4.1 && < 0.7,- directory >= 1.1 && < 1.4,- filepath >= 1 && < 1.5,- time >= 1.2 && < 1.10- ghc-options: -Wall+cabal-version:>=1.10 +name: hpc +version: 0.6.0.3 +x-revision: 4 +-- NOTE: Don't forget to update ./changelog.md +license: BSD3 +license-file: LICENSE +author: Andy Gill +maintainer: ghc-devs@haskell.org +bug-reports: https://gitlab.haskell.org/ghc/ghc/issues +category: Control +synopsis: Code Coverage Library for Haskell +build-type: Simple +tested-with: GHC==8.0.*, GHC==7.10.*, GHC==7.8.*, GHC==7.6.*, GHC==7.4.*, 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 + +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.19, + containers >= 0.4.1 && < 0.7, + directory >= 1.1 && < 1.3.8, + filepath >= 1 && < 1.5, + time >= 1.2 && < 1.10 + ghc-options: -Wall