-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtextocat-api.cabal
68 lines (62 loc) · 2.64 KB
/
textocat-api.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-- Initial textocat-api.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: textocat-api
version: 0.1.0.0
synopsis: Unofficial Haskell SDK for Textocat API -- http://textocat.com
description: Unofficial Haskell SDK for Textocat API -- http://textocat.com
.
Textocat is "catalyst of text analytics". It focuses on Russian texts, mainly news
homepage: https://github.com/gltronred/textocat-api-haskell
license: Apache-2.0
license-file: LICENSE
author: Mansur Ziatdinov
maintainer: mz@fosslabs.ru
copyright: Copyright 2015 Mansur Ziatdinov
category: API, Network, Natural Language Processing
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Data.Textocat
, Network.Textocat
, Network.Textocat.Simple
, Network.Textocat.Monadic
, Data.Textocat.Internal
, Network.Textocat.Internal
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <4.8
, aeson >=0.8 && <0.9
, bytestring >=0.10 && <0.11
, conduit >=1.2 && <1.3
, http-conduit >=2.1 && <2.2
, http-types >=0.8 && <0.9
, resourcet >=1.1 && <1.2
, text >=1.2 && <1.3
, transformers >=0.4 && <0.5
hs-source-dirs: src
default-language: Haskell2010
test-suite simple-io-test
type: exitcode-stdio-1.0
hs-source-dirs: src, test
build-depends: base >=4.7 && <4.8
, textocat-api
, tasty >=0.10 && <0.11
, tasty-hunit >=0.9 && <0.10
, aeson >=0.8 && <0.9
, bytestring >=0.10 && <0.11
, conduit >=1.2 && <1.3
, http-conduit >=2.1 && <2.2
, http-types >=0.8 && <0.9
, resourcet >=1.1 && <1.2
, text >=1.2 && <1.3
, transformers >=0.4 && <0.5
main-is: SimpleIOTest.hs
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/gltronred/textocat-api-haskell
source-repository this
type: git
location: git://github.com/gltronred/textocat-api-haskell.git
tag: 0.1