Name: plot-gtk3 Version: 0.1.0.2 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2014, 2015 Author: Vivian McPhail Maintainer: haskell.vivian.mcphail gmail com Stability: experimental Homepage: http://code.haskell.org/plot Synopsis: GTK3 plots and interaction with GHCi Description: Allows use of 'plot' package with GTK3 . * Provides a mechanism to display and update plots from GHCi . Category: Graphics Tested-with: GHC==7.10.2 Cabal-version: >= 1.8 Build-type: Simple Extra-source-files: README, CHANGES, LICENSE, THANKS library Build-Depends: base >= 4 && < 5, mtl, process, glib >= 0.11 && < 0.14, gtk3 >= 0.13 && < 0.15, hmatrix >= 0.17, plot < 0.3 Extensions: hs-source-dirs: lib Exposed-Modules: Graphics.Rendering.Plot.Gtk Graphics.Rendering.Plot.HMatrix Graphics.UI.Gtk.Plot Other-modules: ghc-options: -Wall -fno-warn-unused-binds ghc-prof-options: -auto source-repository head type: git location: https://github.com/amcphail/plot-gtk3.git