tests: Make structured hash tests invariant to GHC version
[cabal.git] / changelog.d / issue-8817
blob0743671fa0d83fa846b02393e011c5e4a9330ff6
1 synopsis: Neutral field to add files to sdist\r
2 packages: Cabal Cabal-syntax\r
3 prs: #10107\r
4 issues: #8817\r
5 significance: significant\r
6 \r
7 description: {\r
8 \r
9 Adds the `extra-files` field to the cabal file specification. This is like\r
10 the other `extra-*` fields in that it is copied with the `sdist` command,\r
11 except there are no other semantics. Compare to:\r
13 * `extra-source-files`: Tracked by `cabal build`.\r
15 * `extra-doc-files`: Copied by Haddock to the html directory.\r
17 }\r