diff --git a/perf-analysis.cabal b/perf-analysis.cabal
--- a/perf-analysis.cabal
+++ b/perf-analysis.cabal
@@ -1,5 +1,5 @@
 name:           perf-analysis
-version:        0.1.0.0
+version:        0.2.0.0
 synopsis:       analysis example using perf
 description:     Analytical tools to use with perf. 
 category:       performance
@@ -25,14 +25,12 @@
       src
   build-depends:
       base >=4.7 && <5
-    , deepseq
     , formatting
     , perf >=0.4.1.0
     , protolude
     , scientific
     , tdigest
     , text
-    , vector
     , readme-lhs
   default-language: Haskell2010
 
@@ -50,8 +48,6 @@
     , perf >=0.4.1.0
     , perf-analysis
     , protolude
-    , scientific
-    , tdigest
     , text
     , vector
     , readme-lhs
