-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 63064a8cda681a9767f685c20005f0e6b1064bb63bcb35c21169b4a0eb432ddf name: sentiwordnet-parser version: 0.1.1.0 synopsis: Parser for the SentiWordNet tab-separated file description: Parser for the SentiWordNet tab-separated file category: Natural Language Processing homepage: https://github.com/k-bx/sentiwordnet-parser#readme author: Kostiantyn Rybnikov maintainer: k-bx@k-bx.com copyright: All Rights Reserved license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md library hs-source-dirs: src ghc-options: -Wall build-depends: Decimal , base >=4.7 && <5 , hashable , parsers , safe , string-class , text , trifecta , unordered-containers , vector exposed-modules: NLP.SentiwordnetParser other-modules: Paths_sentiwordnet_parser default-language: Haskell2010