Cabal revisions of Chart-0.11
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: Chart-Version: 0.11-License: BSD3-License-file: LICENSE-Copyright: Tim Docker, 2006-2009-Author: Tim Docker <tim@dockerz.net>-Maintainer: Tim Docker <tim@dockerz.net>-Homepage: http://www.dockerz.net/software/chart.html-Synopsis: A library for generating 2D Charts and Plots-Description: A library for generating 2D Charts and Plots, based upon the cairo graphics library.-Category: Graphics-Cabal-Version: >= 1.6-Build-Type: Simple--Extra-Source-Files: tests/test.hs, tests/Prices.hs--flag splitbase- description: Choose the new smaller, split-up base package.--library- if flag(splitbase)- Build-depends: base >= 3, old-locale, time, mtl, array- else- Build-depends: base < 3- Build-depends: gtk >= 0.9.11, cairo >= 0.9.11, time, mtl, array, data-accessor == 0.2.*, data-accessor-template >= 0.2.1.1 && < 0.3, colour >= 2.2.1-- Exposed-modules:- Graphics.Rendering.Chart,- Graphics.Rendering.Chart.Gtk,- Graphics.Rendering.Chart.Types,- Graphics.Rendering.Chart.Renderable,- Graphics.Rendering.Chart.Axis,- Graphics.Rendering.Chart.Layout,- Graphics.Rendering.Chart.Legend,- Graphics.Rendering.Chart.Plot,- Graphics.Rendering.Chart.Pie,- Graphics.Rendering.Chart.Simple,- Graphics.Rendering.Chart.Grid-+Name: Chart +Version: 0.11 +x-revision: 1 +License: BSD3 +License-file: LICENSE +Copyright: Tim Docker, 2006-2009 +Author: Tim Docker <tim@dockerz.net> +Maintainer: Tim Docker <tim@dockerz.net> +Homepage: http://www.dockerz.net/software/chart.html +Synopsis: A library for generating 2D Charts and Plots +Description: A library for generating 2D Charts and Plots, based upon the cairo graphics library. +Category: Graphics +Cabal-Version: >= 1.6 +Build-Type: Simple + +Extra-Source-Files: tests/test.hs, tests/Prices.hs + +flag splitbase + description: Choose the new smaller, split-up base package. + +library + if flag(splitbase) + Build-depends: base >= 3 && < 4.8, old-locale, time, mtl, array + else + Build-depends: base < 3 + Build-depends: gtk >= 0.9.11, cairo >= 0.9.11, time, mtl, array, data-accessor == 0.2.*, data-accessor-template >= 0.2.1.1 && < 0.3, colour >= 2.2.1 + + Exposed-modules: + Graphics.Rendering.Chart, + Graphics.Rendering.Chart.Gtk, + Graphics.Rendering.Chart.Types, + Graphics.Rendering.Chart.Renderable, + Graphics.Rendering.Chart.Axis, + Graphics.Rendering.Chart.Layout, + Graphics.Rendering.Chart.Legend, + Graphics.Rendering.Chart.Plot, + Graphics.Rendering.Chart.Pie, + Graphics.Rendering.Chart.Simple, + Graphics.Rendering.Chart.Grid +