geniserver-0.8: geniserver.cabal
Name: geniserver
Version: 0.8
License: GPL
License-file: LICENSE
Author: Eric Kow
Synopsis: Simple HTTP server for GenI results
Description: Simple HTTP server for GenI results
Maintainer: geni-users@loria.fr
Build-type: Simple
Category: Natural Language Processing
Cabal-Version: >=1.8
Library
Exposed-Modules: NLP.GenI.Server
, NLP.GenI.Server.Instruction
, NLP.GenI.Server.Flag
Build-Depends: base < 5
, bytestring >= 0.9
, cmdargs >= 0.7
, snap-core
, http-types
, json >= 0.4.3 && < 0.6
, transformers
, utf8-string >= 0.3.5 && < 0.4
, text < 1.0
, GenI >= 0.19.0 && < 0.26
Ghc-options: -Wall
Hs-Source-Dirs: src
Executable geniserver
Main-Is: Main.hs
Ghc-options: -Wall
Build-Depends: base < 5
, geniserver
, GenI >= 0.19.0 && < 0.26
, snap-core
, snap-server
, text < 1.0