packages feed

clash-ghc 0.6.2 → 0.6.3

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~clash-libdep ~clash-prelude

Dependency ranges changed: clash-lib, clash-prelude

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package +## 0.6.3 *October 24th 2015*+* New features:+  * Improve DEC transformation: consider alternatives before the subject when checking for disjoint expressions.+* Fixes bugs:+  * DEC: don't generate single-branch case-expressions [#90](https://github.com/clash-lang/clash-compiler/issues/90)+ ## 0.6.2 *October 21st 2015* * New features:   * Support `clash-prelude` 0.10.2
clash-ghc.cabal view
@@ -1,5 +1,5 @@ Name:                 clash-ghc-Version:              0.6.2+Version:              0.6.3 Synopsis:             CAES Language for Synchronous Hardware Description:   CλaSH (pronounced ‘clash’) is a functional hardware description language that@@ -94,11 +94,11 @@                       unbound-generics          >= 0.1 && < 0.3,                       unordered-containers      >= 0.2.1.0, -                      clash-lib                 >= 0.6.2 && < 0.7,+                      clash-lib                 >= 0.6.3 && < 0.7,                       clash-systemverilog       >= 0.6.2,                       clash-vhdl                >= 0.6.2,                       clash-verilog             >= 0.6.2,-                      clash-prelude             >= 0.10.2 && < 0.11,+                      clash-prelude             >= 0.10.3 && < 0.11,                       ghc-typelits-extra        >= 0.1,                       ghc-typelits-natnormalise >= 0.3