gnuplot-0.1: gnuplot.cabal
Name: gnuplot
Version: 0.1
License: GPL
License-File: LICENSE
Author: Henning Thielemann <haskell@henning-thielemann.de>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Homepage: http://www.haskell.org/haskellwiki/GNUPlot
Homepage: http://code.haskell.org/gnuplot/
Category: Graphics, Math
Synopsis: 2D and 3D plots using GNUPlot
Description:
This is a wrapper to GNUPlot
which lets you create 2D and 3D plots.
.
In the past this was part of the htam package.
Tested-With: GHC==6.8.2
Cabal-Version: >=1.2
Build-Type: Simple
Flag splitBase
description: Choose the new smaller, split-up base package.
Flag buildTests
description: Build test executables
default: False
Library
If flag(splitBase)
Build-Depends: base >= 2, process >= 1.0 && < 1.1, time >= 1.1 && < 1.2, old-locale >= 1.0 && < 1.1
-- random is needed for the Test
Else
Build-Depends: base >= 1.0 && < 2
-- From the Monad Template Library we only need the State monad.
-- If your compiler does not support functional dependencies,
-- it would be easy to replace that by mapAccumL.
GHC-Options: -Wall
Hs-Source-Dirs: src
Exposed-Modules:
Graphics.GNUPlot.Simple
Graphics.GNUPlot.Time
Other-Modules:
Graphics.GNUPlot.Utility