plot-gtk-ui-0.0.3.0: plot-gtk-ui.cabal
Name: plot-gtk-ui
-- The package version. See the Haskell package versioning policy (PVP)
-- for standards guiding when and how versions should be incremented.
-- http://www.haskell.org/haskellwiki/Package_versioning_policy
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
Version: 0.0.3.0
License: GPL-2
License-file: LICENSE
Author: Sumit Sahrawat
Maintainer: sumit.sahrawat.apm13@iitbhu.ac.in
Stability: experimental
Homepage: https://github.com/sumitsahrawat/plot-gtk-ui
Synopsis: A quick way to use Mathematica like Manipulation abilities
Description:
A pre-built ui for plotting based on plot. Quicker to use than
plot-gtk, but less configurable, and less versatile.
.
Only provides ability to plot mathematical functions. But, also
allows dynamic plotting functionality similar to Mathematica.
Category: Math
Tested-with: GHC==7.8.3
Cabal-version: >=1.18
Build-type: Simple
Extra-source-files: README.md
Data-dir: ui
Data-files: plot-window.glade
Library
Build-depends: base >=4.7 && <4.8
, colour >=2.3 && <2.4
, plot >=0.2 && <0.3
, gtk >=0.13 && <0.14
, cairo >=0.13 && <0.14
, hmatrix >=0.16 && <0.17
, text >=1.2 && <1.3
, vector >=0.10.12.2 && <0.10.13.0
, fixed-vector >=0.7.0.0
hs-source-dirs: lib
exposed-modules: Graphics.Rendering.Plot.Gtk.UI
other-modules: Paths_plot_gtk_ui
, Graphics.Rendering.Plot.Gtk.UI.Events
, Graphics.Rendering.Plot.Gtk.UI.Figure
, Graphics.Rendering.Plot.Gtk.UI.Settings
, Graphics.Rendering.Plot.Gtk.UI.PlotWindow
, Graphics.Rendering.Plot.Gtk.UI.ErrorFig
ghc-options: -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/sumitsahrawat/plot-gtk-ui.git