packages feed

plot-gtk-0.2.0.4: plot-gtk.cabal

Name:                plot-gtk
Version:             0.2.0.4
License:             BSD3
License-file:        LICENSE
Copyright:           (c) A.V.H. McPhail 2010, 2012, 2014, 2015
Author:              Vivian McPhail
Maintainer:          haskell.vivian.mcphail <at> gmail <dot> com
Stability:           experimental
Homepage:            http://code.haskell.org/plot
Synopsis:            GTK plots and interaction with GHCi
Description:         
     Allows use of 'plot' package with GTK
     .
     * 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.15,
                     gtk >= 0.11 && < 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-gtk.git