Skip to content

Commit

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

## 0.6.12 *March 14th 2016*
* Fixes bugs:
* Not all lambda's in a function position removed due to bad eta-expansion [#132](https://github.com/clash-lang/clash-compiler/issues/132)

## 0.6.11 *March 11th 2016*
* New features:
* Add support for HDL synthesis tool specific HDL generation:
Expand Down
4 changes: 2 additions & 2 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.11
Version: 0.6.12
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -94,7 +94,7 @@ Executable clash
unbound-generics >= 0.1 && < 0.4,
unordered-containers >= 0.2.1.0,

clash-lib >= 0.6.11 && < 0.7,
clash-lib >= 0.6.12 && < 0.7,
clash-systemverilog >= 0.6.6,
clash-vhdl >= 0.6.8,
clash-verilog >= 0.6.6,
Expand Down
4 changes: 4 additions & 0 deletions clash-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.6.12 *March 14th 2016*
* Fixes bugs:
* Not all lambda's in a function position removed due to bad eta-expansion [#132](https://github.com/clash-lang/clash-compiler/issues/132)

## 0.6.11 *March 11th 2016*
* New features:
* Add support for HDL synthesis tool specific HDL generation
Expand Down
2 changes: 1 addition & 1 deletion clash-lib/clash-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-lib
Version: 0.6.11
Version: 0.6.12
Synopsis: CAES Language for Synchronous Hardware - As a Library
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down

0 comments on commit 5eb41d9

Please sign in to comment.