diff --git a/ethereum-analyzer-cli.cabal b/ethereum-analyzer-cli.cabal
--- a/ethereum-analyzer-cli.cabal
+++ b/ethereum-analyzer-cli.cabal
@@ -1,7 +1,7 @@
 name:                ethereum-analyzer-cli
-version:             2.0.2
+version:             3.0.0
 synopsis:            A CLI frontend for ethereum-analyzer.
-homepage:            https://github.com/ethereumK/ethereum-analyzer
+homepage:            https://github.com/zchn/ethereum-analyzer
 license:             Apache-2.0
 license-file:        LICENSE
 author:              Kevin Chen
@@ -21,7 +21,7 @@
 source-repository this
   type:     git
   location: https://github.com/zchn/ethereum-analyzer
-  tag:      v2.0.2
+  tag:      v3.0.0
   subdir:   ethereum-analyzer-cli
 
 library
diff --git a/src/Ethereum/Executable/BytecodeVisMain.hs b/src/Ethereum/Executable/BytecodeVisMain.hs
--- a/src/Ethereum/Executable/BytecodeVisMain.hs
+++ b/src/Ethereum/Executable/BytecodeVisMain.hs
@@ -8,8 +8,7 @@
 import Control.Monad.Logger
 import Data.String.ToString
 import Data.Text (null)
-import Ethereum.Analyzer.Disasm
-import Ethereum.Analyzer.Util
+import Ethereum.Analyzer.EVM
 import Protolude hiding (null)
 
 bytecodeVisMain :: Text -> Text -> LoggingT IO ()
