[commit: packages/hpc] ghc-7.8: Add changelog (50ed27f)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 11:29:10 UTC 2014


Repository : ssh://git@git.haskell.org/hpc

On branch  : ghc-7.8
Link       : http://git.haskell.org/packages/hpc.git/commitdiff/50ed27faf857380e282e0c85472a55210a5022c8

>---------------------------------------------------------------

commit 50ed27faf857380e282e0c85472a55210a5022c8
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Mar 22 12:27:10 2014 +0100

    Add changelog
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


>---------------------------------------------------------------

50ed27faf857380e282e0c85472a55210a5022c8
 changelog.md |   11 +++++++++++
 hpc.cabal    |    3 +++
 2 files changed, 14 insertions(+)

diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..65446bc
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,11 @@
+# Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc)
+
+## 0.6.0.1  *Mar 2014*
+
+  * Bundled with GHC 7.8.1
+
+  * Update to Cabal 1.10 format
+
+  * Drop support for GHC prior to version 7.2.2
+
+  * Minor improvements to Haddock docs
diff --git a/hpc.cabal b/hpc.cabal
index 2304e58..42e4d3b 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -17,6 +17,9 @@ description:
     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



More information about the ghc-commits mailing list