Skip to content
Snippets Groups Projects
Commit bd323b0e authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

base: Ensure that CHANGELOG is included in extra-source-files

This was missed in the `ghc-internal` split.

Closes #24831.
parent c5e00c35
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +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
Library
default-language: Haskell2010
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment