packages feed

Chart-gtk 1.3.3 → 1.9.3

raw patch · 2 files changed

Files

Chart-gtk.cabal view
@@ -1,5 +1,5 @@ Name: Chart-gtk-Version: 1.3.3+Version: 1.9.3 License: BSD3 License-file: LICENSE Copyright: Tim Docker, 2006-2014@@ -17,12 +17,11 @@                , old-locale                , time, mtl, array                , cairo >= 0.9.11-               , data-default-class < 0.1+               , data-default-class < 0.2                , colour >= 2.2.1 && < 2.4-               , colour >= 2.2.1                , gtk >= 0.9.11-               , Chart >= 1.3 && < 1.4-               , Chart-cairo >= 1.3 && < 1.4+               , Chart >= 1.9 && < 1.10+               , Chart-cairo >= 1.9 && < 1.10    Exposed-modules:         Graphics.Rendering.Chart.Gtk
Graphics/Rendering/Chart/Gtk.hs view
@@ -54,7 +54,7 @@ -- | Display a renderable in a gtk window. -- -- Note that this is a convenience function that initialises GTK on--- it's first call, but not subsequent calls. Hence it's +-- its first call, but not subsequent calls. Hence it's  -- unlikely to be compatible with other code using gtk. In  -- that case use createRenderableWindow. renderableToWindow :: Renderable a -> Int -> Int -> IO ()