[commit: haddock] ghc-head, ghc-head1, headdock-library-1.4.5, ie_avails, master, pr/cabal-desc, v2.18, wip/T14529, wip/revert-ttg-2017-11-20, wip/ttg-2017-10-13, wip/ttg-2017-10-31, wip/ttg-2017-11-06, wip/ttg2-2017-11-10, wip/ttg3-2017-11-12, wip/ttg4-constraints-2017-11-13, wip/ttg6-unrevert-2017-11-22: haddock-api: add changelog pointing to haddock's changelog (c88ad92)

git at git.haskell.org git at git.haskell.org
Tue Nov 28 11:53:13 UTC 2017


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

On branches: ghc-head,ghc-head1,headdock-library-1.4.5,ie_avails,master,pr/cabal-desc,v2.18,wip/T14529,wip/revert-ttg-2017-11-20,wip/ttg-2017-10-13,wip/ttg-2017-10-31,wip/ttg-2017-11-06,wip/ttg2-2017-11-10,wip/ttg3-2017-11-12,wip/ttg4-constraints-2017-11-13,wip/ttg6-unrevert-2017-11-22
Link       : http://git.haskell.org/haddock.git/commitdiff/c88ad928fbd8c09029267df522bc3f824dd3a21b

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

commit c88ad928fbd8c09029267df522bc3f824dd3a21b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jul 20 10:17:48 2017 +0200

    haddock-api: add changelog pointing to haddock's changelog
    
    This addresses
    https://github.com/haskell/haddock/issues/638#issuecomment-309283297


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

c88ad928fbd8c09029267df522bc3f824dd3a21b
 haddock-api/CHANGES.md        | 1 +
 haddock-api/haddock-api.cabal | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/haddock-api/CHANGES.md b/haddock-api/CHANGES.md
new file mode 100644
index 0000000..70d575e
--- /dev/null
+++ b/haddock-api/CHANGES.md
@@ -0,0 +1 @@
+See [`haddock`'s changelog](https://hackage.haskell.org/package/haddock/changelog).
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 6bed454..2b9ea01 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -15,6 +15,9 @@ build-type:           Simple
 cabal-version:        >= 2.0
 stability:            experimental
 
+extra-source-files:
+  CHANGES.md
+
 data-dir:
   resources
 data-files:



More information about the ghc-commits mailing list