diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,4 +1,4 @@
-import           Distribution.Extra.Doctest
+import           Distribution.Simple
 
 main :: IO ()
-main = defaultMainWithDoctests "doctest"
+main = defaultMain
diff --git a/verismith.cabal b/verismith.cabal
--- a/verismith.cabal
+++ b/verismith.cabal
@@ -1,5 +1,5 @@
 name: verismith
-version: 1.0.0.1
+version: 1.0.0.2
 synopsis: Random verilog generation and simulator testing.
 description:
   Verismith provides random verilog generation modules
