diff --git a/src/Verismith/Reduce.hs b/src/Verismith/Reduce.hs
--- a/src/Verismith/Reduce.hs
+++ b/src/Verismith/Reduce.hs
@@ -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
diff --git a/verismith.cabal b/verismith.cabal
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -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:
