packages feed

plot-gtk3-0.1: plot-gtk3.cabal

Name:                plot-gtk3
Version:             0.1
License:             BSD3
License-file:        LICENSE
Copyright:           (c) A.V.H. McPhail 2014
Author:              Vivian McPhail
Maintainer:          haskell.vivian.mcphail <at> gmail <dot> 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.8.3
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.14,
                     hmatrix >= 0.10,
                     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