packages feed

plot-light 0.2 → 0.2.1

raw patch · 2 files changed

+1/−5 lines, 2 files

Files

plot-light.cabal view
@@ -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
src/Graphics/Rendering/Plot/Light/PlotTypes/TimeSeries.hs view
@@ -11,7 +11,6 @@  import Graphics.Rendering.Plot.Light.Internal import Data.TimeSeries-import Data.TimeSeries.Forex  -- For debugging import Text.Blaze.Svg