From 6cb049381e16a7cd1e4a4fa8531b0a41fbae8a30 Mon Sep 17 00:00:00 2001
From: David Binder <david.binder@uni-tuebingen.de>
Date: Thu, 10 Aug 2023 16:08:15 +0200
Subject: [PATCH] Fix "cabal check" warning and remove outdated "tested-with"
 line from cabal file

---
 hpc.cabal | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/hpc.cabal b/hpc.cabal
index 1233695..3d7c307 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
-- 
GitLab