Skip to content

Commit

Permalink
Up version numbers and update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Nov 12, 2015
1 parent c9a4bba commit a5d3986
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions clash-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.6.4 *November 12th 2015*
* Fixes bugs:
* Reversing alternatives is not meaning preserving for literal patterns [#91](https://github.com/clash-lang/clash-compiler/issues/91)
* DEC: root of the case-tree must contain at least 2 alternatives [#92](https://github.com/clash-lang/clash-compiler/issues/92)
* Do not generate overlapping literal patterns in VHDL [#91](https://github.com/clash-lang/clash-compiler/issues/91)

## 0.6.3 *October 24th 2015*
* New features:
* Improve DEC transformation: consider alternatives before the subject when checking for disjoint expressions.
Expand Down
6 changes: 3 additions & 3 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.6.3
Version: 0.6.4
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -94,9 +94,9 @@ Executable clash
unbound-generics >= 0.1 && < 0.3,
unordered-containers >= 0.2.1.0,

clash-lib >= 0.6.3 && < 0.7,
clash-lib >= 0.6.4 && < 0.7,
clash-systemverilog >= 0.6.2,
clash-vhdl >= 0.6.2,
clash-vhdl >= 0.6.3,
clash-verilog >= 0.6.2,
clash-prelude >= 0.10.3 && < 0.11,
ghc-typelits-extra >= 0.1,
Expand Down
2 changes: 1 addition & 1 deletion clash-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.6.4
## 0.6.4 *November 12th 2015*
* Fixes bugs:
* Reversing alternatives is not meaning preserving for literal patterns [#91](https://github.com/clash-lang/clash-compiler/issues/91)
* DEC: root of the case-tree must contain at least 2 alternatives [#92](https://github.com/clash-lang/clash-compiler/issues/92)
Expand Down

0 comments on commit a5d3986

Please sign in to comment.