aboutsummaryrefslogtreecommitdiffstats
path: root/test/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Parser.hs')
-rw-r--r--test/Parser.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Parser.hs b/test/Parser.hs
index b372bbe..959c09b 100644
--- a/test/Parser.hs
+++ b/test/Parser.hs
@@ -25,10 +25,10 @@ import Test.Tasty
import Test.Tasty.Hedgehog
import Test.Tasty.HUnit
import Text.Parsec
-import VeriSmith
-import VeriSmith.Internal
-import VeriSmith.Verilog.Lex
-import VeriSmith.Verilog.Parser
+import Verismith
+import Verismith.Internal
+import Verismith.Verilog.Lex
+import Verismith.Verilog.Parser
smallConfig :: Config
smallConfig = defaultConfig & configProperty . propSize .~ 5