cabal init -i should sanitize suggested package name (fix #8404) (#8561)
[cabal.git] / changelog.d / pr-8220
blob4df5b0ca56c3151d1440f8b7b2724fbc97f4568a
1 synopsis: Fix generation of Path_ modules with relocatable
2 packages: Cabal
3 prs: #8220
4 issues: #8219
5 description: {
7 The generation of the functions `minusFileName` and `splitFileName`
8 are now in the same conditional block as their call,
9 preventing generation of inconsistent Paths_ files
10 where those functions are used but not defined.