[Git][ghc/ghc][master] base: Fix name of changelog
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Jun 5 19:18:35 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
3b6f9fd1 by Ben Gamari at 2024-06-05T15:17:59-04:00
base: Fix name of changelog
Fixes #24899. Also place it under `extra-doc-files` to better reflect
its nature and avoid triggering unnecessary recompilation if it
changes.
- - - - -
1 changed file:
- libraries/base/base.cabal
Changes:
=====================================
libraries/base/base.cabal
=====================================
@@ -19,8 +19,8 @@ description: Haskell's base library provides, among other things, core types
[Set](https://hackage.haskell.org/package/containers/docs/Data-Set.html) are available in the [containers](https://hackage.haskell.org/package/containers) library.
To work with textual data, use the [text](https://hackage.haskell.org/package/text/docs/Data-Text.html) library.
-extra-source-files:
- CHANGELOG.md
+extra-doc-files:
+ changelog.md
Library
default-language: Haskell2010
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3b6f9fd15f0fae8cc4c4c1bff5006397903f8580
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3b6f9fd15f0fae8cc4c4c1bff5006397903f8580
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240605/1167296f/attachment.html>
More information about the ghc-commits
mailing list