diff --git a/plot-light.cabal b/plot-light.cabal
--- a/plot-light.cabal
+++ b/plot-light.cabal
@@ -1,5 +1,5 @@
 name:                plot-light
-version:             0.2
+version:             0.2.1
 synopsis:            A lightweight plotting library, exporting to SVG
 description:         A lightweight plotting library, exporting to SVG
 homepage:            https://github.com/ocramz/plot-light
@@ -32,9 +32,6 @@
                        Graphics.Rendering.Plot.Light.Internal.Geometry
   build-depends:       base >= 4.7 && < 5
                      , time
-                     -- , attoparsec-time                     
-                     -- , vector
-                     -- , attoparsec
                      , scientific
                      , text
                      , colour
diff --git a/src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs b/src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs
--- a/src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs
+++ b/src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs
@@ -11,7 +11,6 @@
 
 import Graphics.Rendering.Plot.Light.Internal
 import Data.TimeSeries
-import Data.TimeSeries.Forex
 
 -- For debugging
 import Text.Blaze.Svg
