Skip to content

Commit

Permalink
Bugfix release for non-termination bug in inlining of closed expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Feb 4, 2015
1 parent e347dce commit 19ecddf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG-bin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.4.1 *February 4th 2015*
* Include bug fixes from clash-lib 0.4.1

## 0.4 *November 17th 2014*
* New features:
* Support for clash-prelude 0.6
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG-lib.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.4.1 *February 4th 2015*
* Fixes bugs:
* Treat BlackBox expressions as declarations when DC args. [#37](https://github.com/christiaanb/clash2/issues/33)
* Don't inline recursive closed bindings

## 0.4 *November 17th 2014*
* New features:
* Support for clash-prelude 0.6
Expand Down
4 changes: 2 additions & 2 deletions clash-ghc.cabal_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.4
Version: 0.4.1
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -85,7 +85,7 @@ Executable clash
base >= 4.3.1.0 && < 5,
bifunctors >= 4.1.1,
bytestring >= 0.9,
clash-lib >= 0.4,
clash-lib >= 0.4.1,
clash-prelude >= 0.6,
containers >= 0.5.4.0,
directory >= 1.2,
Expand Down
2 changes: 1 addition & 1 deletion clash-lib.cabal_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-lib
Version: 0.4
Version: 0.4.1
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 19ecddf

Please sign in to comment.