packages feed

plot-gtk-0.1: plot-gtk.cabal

Name:                plot-gtk
Version:             0.1
License:             BSD3
License-file:        LICENSE
Copyright:           (c) A.V.H. McPhail 2010
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==6.12.1
Cabal-version:       >= 1.8
Build-type:          Simple

Extra-source-files:  README, CHANGES, LICENSE

library

  Build-Depends:     base >= 4 && < 5,
                     mtl,
                     process,
                     glib >= 0.11 && < 0.12,
                     gtk >= 0.11 && < 0.12,
                     hmatrix >= 0.10 && < 0.11,
                     plot < 0.2

  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:     darcs
        location: darcs get http://code.haskell.org/plot/gtk