From 738556f9282b0924b063a89d9f3c1cd686488fcc Mon Sep 17 00:00:00 2001 From: David Binder <binderd@informatik.uni-tuebingen.de> Date: Fri, 7 Oct 2022 14:30:09 +0200 Subject: [PATCH] Add README.md file --- README.md | 3 +++ hpc-bin.cabal | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b73d8f --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Haskell Program Coverage + +This repository provides the `hpc` binary which produces coverage reports in various formats from .tix and .mix files. \ No newline at end of file diff --git a/hpc-bin.cabal b/hpc-bin.cabal index 62601cd..7c69d52 100644 --- a/hpc-bin.cabal +++ b/hpc-bin.cabal @@ -9,6 +9,7 @@ Maintainer: XXX Synopsis: XXX Description: XXX Category: Development +extra-source-files: README.md build-type: Simple cabal-version: 2.0 -- GitLab