Revert "Mark ForeignLibs test as broken with ghc-8.4.4"
[cabal.git] / release-notes / Cabal-3.10.2.1.md
blobbfa8fa750b51275cb456d967bfc3561ecc28c0af
1 Cabal and Cabal-syntax 3.10.2.1 changelog and release notes
2 ---
4 ## Release 3.10.2.1 is strictly a bug-fix release, with the fixes listed below
6 - Relax extension .c requirement for c-sources [#9285](https://github.com/haskell/cabal/pull/9285)
8 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.
9 This PR displays more warnings and prepares the transition.