mystem-0.1.0.0: mystem.cabal
name: mystem
version: 0.1.0.0
synopsis: Bindings for Mystem morphological analyzer executabe
description: Bindings for Mystem morphological analyzer executabe
homepage: https://github.com/wapxmas/mystem#readme
license: MIT
license-file: LICENSE
author: Sergey N. Yashin
maintainer: yashin.sergey@gmail.com
copyright: 2016 Sergey N. Yashin
category: Natural Language Processing
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: NLP.Mystem.Types
, NLP.Mystem.Parser
, NLP.Mystem.IO
, NLP.Mystem
build-depends: base >= 4.7 && < 5
, text >= 1.2 && < 1.4
, data-default >= 0.5 && < 0.7
, attoparsec >= 0.13 && < 0.15
, directory >= 1.2 && < 1.4
, process >= 1.2 && < 1.4
default-language: Haskell2010
if os(windows)
cpp-options: -DWindows
executable mystem-test-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, mystem
, text >= 1.2 && < 1.4
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/wapxmas/mystem