v1.4.2
版本发布时间: 2021-05-19 14:27:50
clash-lang/clash-compiler最新发布版本:v1.8.1(2023-11-11 06:13:10)
Fixed:
- Erroneous examples in
Clash.Annotation.TopEntity
documentation #646 and #654 -
unconcat
cannot be used as initial/reset value for aregister
#1756 -
showX
now doesn't crash if a spine of aVec
is undefined -
~ISACTIVEENABLE
in blackboxes works again, and now acts onSignal dom Bool
in addition toEnable dom
. Since #1368, enable lines were always generated even if they were known to be always enabled. Fixes #1786. - clash --show-options now shows -fclash-* options in GHC 9.0 #1787
-
makeRecursiveGroups
now correctly identifies mutual recursion between global binders (#1796).