Add cyclical import tests with 1 and 2 hops in cycle
[cabal.git] / changelog.d / issue-8639
blob18d8606c690b619dfe9564ed7bbf4cca8c758e37
1 synopsis: Add support for asm, cmm, and js sources in executable components
2 packages: Cabal
3 prs: #9061
4 issues: #8639
5 significance: significant
7 description: {
9 Executable components now support the inclusion of asm, cmm, and js source files in a cabal file using the same syntax as is used for these sources in library components, similar to how c and c++ sources are supported in both types of components. This syntax was already parsed in cabal files, but was silently ignored in the build step, so no changes to syntax are made.