packages feed

verismith 0.6.0.1 → 0.6.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Verismith/Reduce.hs view
@@ -575,7 +575,7 @@         >>= redAll "Statements"   (const defaultBot) halveStatements         -- >>= redAll "Expressions"  (const defaultBot) halveExpr         >>= red "Remove constants in concat" defaultBot removeConstInConcat-        >>= red "Cleaning" defaultBot (pure . cleanSourceInfoAll)+        >>= red "Cleaning" defaultBot (pure . removeDecl)   where     red s bot a = reduce_ fp s a bot eval     red' s bot a t = reduce_ fp s (a t) (bot t) eval
verismith.cabal view
@@ -1,5 +1,5 @@ name: verismith-version: 0.6.0.1+version: 0.6.0.2 synopsis: Random verilog generation and simulator testing. description:   Verismith provides random verilog generation modules@@ -27,7 +27,7 @@ source-repository this   type:     git   location: https://github.com/ymherklotz/verismith-  tag:      v0.6.0.1+  tag:      v0.6.0.2  custom-setup   setup-depends: