Skip to content

Commit

Permalink
Merge pull request haskell#9382 from haskell/cabal-3.10.2.1-release-n…
Browse files Browse the repository at this point in the history
…otes

Create Cabal-3.10.2.1 release notes
  • Loading branch information
mergify[bot] authored Oct 30, 2023
2 parents 054108f + f393927 commit bc38b69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions release-notes/Cabal-3.10.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Cabal and Cabal-syntax 3.10.2.1 changelog and release notes
---

## Release 3.10.2.1 is strictly a bug-fix release, with the fixes listed below

- Relax extension .c requirement for c-sources [#9285](https://github.com/haskell/cabal/pull/9285)

We will be tightening the behaviour of Cabal in the future, when users list files ending with extensions other than `.c` in the `c-sources` field of their cabal file. These files were never processed properly.
This PR displays more warnings and prepares the transition.

0 comments on commit bc38b69

Please sign in to comment.