packages feed

lhae-0.0.3: lhae.cabal

Name:			lhae
Version:        	0.0.3
Cabal-Version:  	>= 1.6
License:        	GPL
License-file:        	COPYING
Author:         	Alexander Bau
Maintainer:             Alexander Bau
Homepage:               http://www.imn.htwk-leipzig.de/~abau/lhae
Synopsis:       	Simple spreadsheet program
Build-Type:     	Custom
Category:               Data
Description:            lhae is a spreadsheet program. It features a simple formula language and some basic statistical methods.

Extra-Source-Files:	i18n/*.po i18n/*.pot

x-gettext-domain-name:  lhae
x-gettext-po-files:     i18n/*.po 
x-gettext-domain-def:   __MESSAGE_CATALOG_DOMAIN__
x-gettext-msg-cat-def:  __MESSAGE_CATALOG_DIR__

Executable lhae
  Main-Is:          Main.hs
  Hs-Source-Dirs:   src
  Ghc-options:      -W -fno-warn-incomplete-patterns

  Extensions:       CPP

  Build-Depends:    base >= 4.2 && < 5.0
                  , mtl >= 1.1 && < 2.0
                  , wx >= 0.12 && < 1.0
                  , wxcore >= 0.12 && < 1.0
                  , parsec >= 2.1 && < 3.0
                  , containers >= 0.3 && < 1.0
                  , array >= 0.3 && < 1.0
                  , filepath >= 1.1 && < 2.0
                  , directory >= 1.0 && < 2.0
                  , setlocale >= 0.0 && < 1.0
                  , hgettext >= 0.1 && < 1.0
                  , utf8-string >= 0.3 && < 1.0
                  , process >= 1.0 && < 2.0


  Other-modules:  
         Util.Gnuplot
         Util.DynArray
         CellCoordinate
         Model.GridHeader
         View.Component.TextWindow
         Util.Sexp
         Util.Sexpable
         Controller.Menu.File.Export.Diagram.BoxPlotParameters
         Controller.Menu.File.Import.CsvParameters
         Util.Color
         Util
         Controller.Menu.File.Export.Diagram.BarChartParameters
         View.Component.Grid
         View.Component.Notebook
         View
         View.Modes
         View.FormulaInput
         View.GridPage
         ModelToView
         I18n
         Util.FileType
         Controller.Menu.File.Export.ImageParameters
         View.Dialog.Complex
         Model.CellContent
         Model.CellExpression.Evaluator.Common
         Model.CellExpression.Evaluator.Math
         Model.CellExpression.Evaluator
         Model.Cell
         Model.CellExpression.Parser
         Model.Grid
         Model
         View.Dialog.Simple
         Constants
         Config
         Controller
         Controller.Cell
         Controller.Grid
         Controller.Menu.Table.Add
         Controller.FormulaInput
         Controller.Canonical
         Controller.Menu.Table.Filter
         Controller.SaveConfig
         Controller.Dialog
         Controller.Menu.File.Open
         Controller.Menu.File.Save
         Controller.Menu.File.NewClose
         Controller.Menu.File.Import.Csv
         Controller.Menu.File.Export.Image
         Controller.Menu.Table.Copy
         Controller.Menu.Table.Delete
         Controller.Menu.Table.Transpose
         Controller.Menu.Table.Rename
         Controller.Menu.Statistics.FrequencyDistribution
         Controller.Menu.Statistics.Descriptive
         Controller.Menu.Statistics.Pivot
         Controller.Menu.File.Export.Diagram.Common
         Controller.Menu.File.Export.Diagram.BarChart
         Controller.Menu.File.Export.Diagram.BoxPlot
         Run
         Main