-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwitai.cabal
47 lines (43 loc) · 1.71 KB
/
witai.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
-- Initial witai.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: witai
version: 0.1.0.1
synopsis: Web interface with Wit.ai API
-- description:
license: MIT
license-file: LICENSE
author: Felix Paulusma
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Web.WitAI
Web.WitAI.Types
Web.WitAI.Types.Requests
Web.WitAI.Types.Requests.Message
Web.WitAI.Types.Requests.Speech
Web.WitAI.Types.Requests.Entities
Web.WitAI.Types.Responses
Web.WitAI.Types.Responses.Message
Web.WitAI.Types.Responses.Converse
Web.WitAI.Types.Responses.Entities
Web.WitAI.Types.Static
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
, aeson >=0.11 && <0.12
, unordered-containers >= 0.2.5.0
, text >= 0.11 && < 2.0
, http-client
, http-types
, http-client-tls
, containers
, exceptions
, transformers
, bytestring
-- hs-source-dirs:
default-language: Haskell2010
default-extensions: OverloadedStrings