-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrasa-ext-websockets.cabal
34 lines (31 loc) · 981 Bytes
/
rasa-ext-websockets.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
name: rasa-ext-websockets
version: 0.0.1
synopsis: Rasa with web server
description: Rasa with web server
homepage: https://github.com/robinvd/rasa-ext-websockets
license: MIT
license-file: LICENSE
author: Robin
maintainer: Robin
copyright: 2016 Robin
category: Extension
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Rasa.Websockets
build-depends: base >= 4.7 && < 5
, text
, wai
, wai-websockets
, warp
, websockets
, http-types
, safe
, rasa
, mtl
, bytestring
default-language: Haskell2010
default-extensions:
ghc-options: -Wall