Skip to content

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Jul 15, 2016
1 parent 9f0a6dc commit 5babf5c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion clash-ghc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog for the [`clash-ghc`](http://hackage.haskell.org/package/clash-ghc) package

## 0.6.20
## 0.6.20 *July 15th 2016*
* New features:
* Better error location reporting
* Fixes bugs:
* `CLaSH.Sized.Internal.Unsigned.maxBound#` not evaluated at compile-time [#155](https://github.com/clash-lang/clash-compiler/issues/155)
* `CLaSH.Sized.Internal.Unsigned.minBound#` not evaluated at compile-time [#157](https://github.com/clash-lang/clash-compiler/issues/157)
Expand Down
4 changes: 2 additions & 2 deletions clash-ghc/clash-ghc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ Executable clash
unordered-containers >= 0.2.1.0 && < 0.3,

clash-lib >= 0.6.18 && < 0.7,
clash-systemverilog >= 0.6.6 && < 0.7,
clash-systemverilog >= 0.6.7 && < 0.7,
clash-vhdl >= 0.6.14 && < 0.7,
clash-verilog >= 0.6.6 && < 0.7,
clash-verilog >= 0.6.7 && < 0.7,
clash-prelude >= 0.10.10 && < 0.11,
ghc-typelits-extra >= 0.1.2 && < 0.2,
ghc-typelits-natnormalise >= 0.4.2 && < 0.5,
Expand Down
2 changes: 1 addition & 1 deletion clash-systemverilog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-systemverilog`](http://hackage.haskell.org/package/clash-systemverilog) package

## 0.6.7
## 0.6.7 *July 15th 2016*
* New features:
* Support clash-lib-0.6.18

Expand Down
2 changes: 1 addition & 1 deletion clash-vhdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for the [`clash-vhdl`](http://hackage.haskell.org/package/clash-vhdl) package

## 0.6.14
## 0.6.14 *July 15th 2016*
* New features:
* Support clash-lib-0.6.18
* Fixes bugs:
Expand Down

0 comments on commit 5babf5c

Please sign in to comment.