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 15, 2016
1 parent 3c16cf6 commit 364e3bc
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.15 *March 15th 2016*
* Fixes bugs:
* XST cannot finds "_types" package unless it is prefixed with "work." [#133](https://github.com/clash-lang/clash-compiler/pull/133)

## 0.6.14 *March 15th 2016*
* Fixes bugs:
* XST cannot finds "_types" package unless it is prefixed with "work." [#133](https://github.com/clash-lang/clash-compiler/pull/133)
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.14
Version: 0.6.15
Synopsis: CAES Language for Synchronous Hardware
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down Expand Up @@ -96,7 +96,7 @@ Executable clash

clash-lib >= 0.6.13 && < 0.7,
clash-systemverilog >= 0.6.6,
clash-vhdl >= 0.6.9,
clash-vhdl >= 0.6.10,
clash-verilog >= 0.6.6,
clash-prelude >= 0.10.6 && < 0.11,
ghc-typelits-extra >= 0.1,
Expand Down
4 changes: 4 additions & 0 deletions clash-vhdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for the [`clash-vhdl`](http://hackage.haskell.org/package/clash-vhdl) package

## 0.6.10 *March 15th 2016*
* Fixes bugs:
* XST cannot finds "_types" package unless it is prefixed with "work." [#133](https://github.com/clash-lang/clash-compiler/pull/133)

## 0.6.9 *March 15th 2016*
* Fixes bugs:
* XST cannot finds "_types" package unless it is prefixed with "work." [#133](https://github.com/clash-lang/clash-compiler/pull/133)
Expand Down
2 changes: 1 addition & 1 deletion clash-vhdl/clash-vhdl.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: clash-vhdl
Version: 0.6.9
Version: 0.6.10
Synopsis: CAES Language for Synchronous Hardware - VHDL backend
Description:
CλaSH (pronounced ‘clash’) is a functional hardware description language that
Expand Down

0 comments on commit 364e3bc

Please sign in to comment.