diff --git a/hpc.cabal b/hpc.cabal index 12336952c3a49246b28b69c717ef373774e5e0e9..3d7c307378754fadd12f5a64e0585824ed7cd593 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -10,14 +10,13 @@ bug-reports: https://gitlab.haskell.org/ghc/ghc/issues/new 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 <https://www.haskell.org/haskellwiki/Haskell_program_coverage> for more information. -extra-source-files: +extra-doc-files: changelog.md source-repository head