packages feed

AERN-RnToRm-Plot-0.2: AERN-RnToRm-Plot.cabal

Name:           AERN-RnToRm-Plot
Version:        0.2
Cabal-Version:  >= 1.2
Build-Type:     Simple
License:        BSD3
License-File:   LICENCE
Author:         Michal Konecny (Aston University)
Copyright:      (c) 2007-2009 Michal Konecny
Maintainer:     mikkonecny@gmail.com
Homepage:       http://www-users.aston.ac.uk/~konecnym/DISCERN
Stability:      experimental
Category:       Data, Math
Synopsis:       GL plotting of polynomial function enclosures (PFEs)
Tested-with:    GHC ==6.10.1
Description:
    This library extends AERN-RnToRm with support for plotting unary function enclosures
    in any GL context and a Gtk window for inspecting these enclosures.
    .
    Simple examples of usage can be found in module @Demo.hs@ in folder @tests@.
Extra-source-files:
    demos/Demo.hs demos/FnView.glade src/FnView.glade
    ChangeLog README.glade

Library
  hs-source-dirs:  src
  Build-Depends:
      base >= 3, base < 4, containers, binary >= 0.4, directory, filepath, time, stm, mtl,
      AERN-Real >= 0.9.9, AERN-RnToRm >= 0.4.9,
      OpenGL >= 2.2.1.1, GLUT >= 2.1.1.1,
      gtk >= 0.10.0, gtkglext >= 0.10.0, glib >= 0.10.0, glade >= 0.10.0
  Exposed-modules:
    Data.Number.ER.RnToRm.Plot.FnView,
    Data.Number.ER.RnToRm.Plot.GLDrawable,
    Data.Number.ER.RnToRm.Plot.Params