clash-lib 0.99.1 → 0.99.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~lensPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, lens
API changes (from Hackage documentation)
- Clash.Rewrite.Types: bindings :: forall extra_a4151. Lens' (RewriteState extra_a4151) BindingMap
+ Clash.Rewrite.Types: bindings :: forall extra_a415e. Lens' (RewriteState extra_a415e) BindingMap
- Clash.Rewrite.Types: curFun :: forall extra_a4151. Lens' (RewriteState extra_a4151) (TmName, SrcSpan)
+ Clash.Rewrite.Types: curFun :: forall extra_a415e. Lens' (RewriteState extra_a415e) (TmName, SrcSpan)
- Clash.Rewrite.Types: extra :: forall extra_a4151 extra_a419F. Lens (RewriteState extra_a4151) (RewriteState extra_a419F) extra_a4151 extra_a419F
+ Clash.Rewrite.Types: extra :: forall extra_a415e extra_a419S. Lens (RewriteState extra_a415e) (RewriteState extra_a419S) extra_a415e extra_a419S
- Clash.Rewrite.Types: nameCounter :: forall extra_a4151. Lens' (RewriteState extra_a4151) Int
+ Clash.Rewrite.Types: nameCounter :: forall extra_a415e. Lens' (RewriteState extra_a415e) Int
- Clash.Rewrite.Types: transformCounter :: forall extra_a4151. Lens' (RewriteState extra_a4151) Int
+ Clash.Rewrite.Types: transformCounter :: forall extra_a415e. Lens' (RewriteState extra_a415e) Int
- Clash.Rewrite.Types: uniqSupply :: forall extra_a4151. Lens' (RewriteState extra_a4151) Supply
+ Clash.Rewrite.Types: uniqSupply :: forall extra_a415e. Lens' (RewriteState extra_a415e) Supply
Files
- clash-lib.cabal +3/−3
clash-lib.cabal view
@@ -1,5 +1,5 @@ Name: clash-lib-Version: 0.99.1+Version: 0.99.2 Synopsis: CAES Language for Synchronous Hardware - As a Library Description: CλaSH (pronounced ‘clash’) is a functional hardware description language that@@ -96,7 +96,7 @@ TupleSections ViewPatterns - Build-depends: aeson >= 0.6.2.0 && < 1.4,+ Build-depends: aeson >= 0.6.2.0 && < 1.5, ansi-wl-pprint >= 0.6.8.2 && < 1.0, attoparsec >= 0.10.4.0 && < 0.14, base >= 4.8 && < 5,@@ -113,7 +113,7 @@ ghc >= 8.0.2 && < 8.6, hashable >= 1.2.1.0 && < 1.3, integer-gmp >= 1.0 && < 1.1,- lens >= 3.9.2 && < 4.17,+ lens >= 3.9.2 && < 4.18, mtl >= 2.1.2 && < 2.3, parsers >= 0.12.8 && < 1.0, prettyprinter >= 1.2.0.1 && < 2.0,