-- Initial nlp-scores-scripts.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: nlp-scores-scripts version: 0.2.0.0 synopsis: NLP scoring command-line programs -- description: homepage: https://bitbucket.org/gchrupala/lingo license: BSD3 license-file: LICENSE author: Grzegorz ChrupaƂa maintainer: pitekus@gmail.com category: Natural Language Processing build-type: Simple cabal-version: >=1.8 executable ap main-is: ap.hs build-depends: base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*, containers == 0.5.* executable mean main-is: mean.hs build-depends: base ==4.*, nlp-scores == 0.5.*, text == 0.11.*, split == 0.2.*