geni-gui-0.24: geni-gui.cabal
Name: geni-gui
Version: 0.24
License: GPL
License-file: LICENSE
Author: Carlos Areces and Eric Kow
Category: Natural Language Processing
Synopsis: GenI graphical user interface
Homepage: http://projects.haskell.org/GenI
Maintainer: geni-users@loria.fr
Build-Type: Custom
Cabal-Version: >=1.14
Extra-source-files:
macstuff/Info.plist,
macstuff/wxmac.icns
Library
Exposed-Modules:
NLP.GenI.BuilderGui
NLP.GenI.Graphviz
NLP.GenI.GraphvizShow
NLP.GenI.GraphvizShowPolarity
NLP.GenI.Gui
NLP.GenI.GuiHelper
NLP.GenI.MainGui
NLP.GenI.Simple.SimpleGui
Other-Modules:
Paths_geni_gui
Hs-Source-Dirs: src
Ghc-options: -Wall
Ghc-prof-options: -auto-all
Build-Depends: base >= 4 && < 5
, GenI
, cabal-macosx == 0.2.*
, array
, containers
, directory
, filepath
, yaml-light
, hslogger
, json
, mtl
, process
, split
, transformers
, wx >= 0.12
, wxcore
, text
, graphviz >= 2999.16 && < 2999.17
Default-language: Haskell2010
Executable geni-gui
Main-Is: geni-gui.hs
Hs-Source-Dirs: .
Ghc-options: -Wall -rtsopts
Ghc-prof-options: -auto-all
Build-Depends: base >= 4 && < 5
, GenI
, geni-gui
Default-language: Haskell2010