Skip to content

Commit 67118e8

Browse files
committed
Update changelog
1 parent d7f2bde commit 67118e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.d/issue-8639

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
6+
7+
description: {
8+
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.
10+
11+
}
12+

0 commit comments

Comments
 (0)