diff --git a/ethereum-analyzer.cabal b/ethereum-analyzer.cabal
--- a/ethereum-analyzer.cabal
+++ b/ethereum-analyzer.cabal
@@ -1,5 +1,5 @@
 name:                ethereum-analyzer
-version:             1.0.0
+version:             1.0.2
 synopsis:            A Ethereum contract analyzer.
 homepage:            https://github.com/ethereumK/ethereum-analyzer
 license:             Apache-2.0
@@ -21,49 +21,21 @@
 source-repository this
   type:     git
   location: https://github.com/zchn/ethereum-analyzer
-  tag:      v1.0.0
+  tag:      v1.0.2
   subdir:   ethereum-analyzer
 
 library
-  build-depends:       base >= 4 && < 5,
-                       aeson,
-                       bimap,
-                       bytestring,
-                       conduit-combinators,
-                       conduit-extra,
-                       containers,
-                       ethereum-analyzer-deps,
-                       exceptions,
-                       extra,
-                       fgl,
-                       graphviz,
-                       hexstring,
-                       hflags,
-                       hoopl >= 3.10.2.1,
-                       http-conduit,
-                       http-media,
-                       http-types,
-                       json-rpc,
-                       logging-effect,
-                       monad-logger,
-                       mtl,
-                       neat-interpolation,
-                       network,
-                       optparse-applicative,
-                       prometheus-client,
-                       prometheus-metrics-ghc,
-                       protolude,
-                       servant,
-                       servant-server,
-                       text,
-                       time,
-                       unordered-containers,
-                       vector,
-                       wai,
-                       wai-extra,
-                       wai-middleware-prometheus,
-                       warp,
-                       wl-pprint-text
+  build-depends:       base >= 4 && < 5
+                     , bimap
+                     , bytestring
+                     , containers
+                     , ethereum-analyzer-deps
+                     , extra
+                     , fgl
+                     , graphviz
+                     , hexstring
+                     , hoopl >= 3.10.2.1
+                     , text
                        
   exposed-modules:     Ethereum.Analyzer
                      , Ethereum.Analyzer.Common
