packages feed

clash-vhdl 0.6.9 → 0.6.10

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -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)
clash-vhdl.cabal view
@@ -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
src/CLaSH/Backend/VHDL.hs view
@@ -363,7 +363,7 @@     , "use IEEE.MATH_REAL.ALL"     , "use std.textio.all"     , "use work.all"-    , "use work." <+> text (mkId (T.pack nm `T.append` "_types")) <> ".all"+    , "use work." <> text (mkId (T.pack nm `T.append` "_types")) <> ".all"     ]