Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Jun 5, 2014
1 parent c370bf8 commit 0f459de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-bin.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.3.2
## 0.3.2 *June 5th 2014*

* Fixes bugs:
* Type synonym improperly expanded [#17](https://github.com/christiaanb/clash2/issues/17)
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG-lib.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog for the [`clash-lib`](http://hackage.haskell.org/package/clash-lib) package

## 0.3.2
## 0.3.2 *June 5th 2014*

* Fixes bugs:
* VHDL array constant ambiguous [#18](https://github.com/christiaanb/clash2/issues/18)
* Exception: can't create selector [#24](https://github.com/christiaanb/clash2/issues/24)
* Calls to `vhdlTypeMark` don't result to inclusion of VHDL type in types.vhdl [#28](https://github.com/christiaanb/clash2/issues/28)

## 0.3.1 *May 15th 2014*

Expand Down
6 changes: 3 additions & 3 deletions clash-ghc.cabal_
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-ghc
Version: 0.3.1
Version: 0.3.2
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -83,8 +83,8 @@ Executable clash
base >= 4.3.1.0 && < 5,
bifunctors >= 4.1.1,
bytestring >= 0.9,
clash-lib >= 0.3.1,
clash-prelude >= 0.5,
clash-lib >= 0.3.2,
clash-prelude >= 0.5.1,
containers >= 0.5.4.0,
directory >= 1.2,
filepath >= 1.3,
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.3.1
Version: 0.3.2
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 0f459de

Please sign in to comment.