-
Notifications
You must be signed in to change notification settings - Fork 0
/
corenlp-parser.cabal
51 lines (48 loc) · 1.17 KB
/
corenlp-parser.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 14835f56d0b2ed774d7f3126e14aec20150854b0b4b513f1655e818c271b45d0
name: corenlp-parser
version: 0.4.0.0
synopsis: Launches CoreNLP and parses the JSON output
description: Launches CoreNLP and parses the JSON output
category: Natural Language Processing
homepage: https://github.com/k-bx/corenlp-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
extra-libraries:
rocksdb
build-depends:
aeson
, async
, base >=4.7 && <5
, cryptonite
, data-default
, directory
, process
, raw-strings-qq
, rocksdb-haskell
, safe-exceptions
, split
, store
, string-class
, temporary
, text
, unordered-containers
exposed-modules:
NLP.CoreNLP
other-modules:
Paths_corenlp_parser
default-language: Haskell2010