-
Notifications
You must be signed in to change notification settings - Fork 0
/
stream-overlay.cabal
50 lines (48 loc) · 1.67 KB
/
stream-overlay.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
name: stream-overlay
version: 0.1.0.0
synopsis: Overlay (via HTTP) and IRC bot for live streamers
description: Provides HTTP and IRC interfaces to various services for the purpose of enhancing the user experience of viewers.
homepage: https://github.com/wuest/stream-overlay
license: BSD3
license-file: LICENSE
author: Tina Wuest
maintainer: [email protected]
copyright: 2017 Tina Wuest
category: Web
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/wuest/stream-overlay.git
executable stream-overlay
main-is: Main.hs
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -static -Wall -fwarn-implicit-prelude -fwarn-monomorphism-restriction -threaded
other-modules:
Opts,
Server.Const,
Server.Json,
Twitch.IRC,
Twitch.Bot,
Web
build-depends:
base >= 4.9 && < 5.0,
text >= 1.2 && < 1.3,
bytestring >= 0.10 && < 0.11,
extralife >= 0.1 && < 0.2,
http-client >= 0.5 && < 0.6,
aeson >= 1.0 && < 1.5,
time >= 1.6 && < 1.10,
directory >= 1.3 && < 1.4,
mtl >= 2.2 && < 2.3,
network >= 2.6 && < 2.8,
stm >= 2.4 && < 2.5,
wai >= 3.2 && < 3.3,
wai-websockets >= 3.0 && < 3.1,
wai-middleware-static >= 0.8 && < 0.9,
websockets >= 0.10 && < 0.13,
warp >= 3.2 && < 3.3,
http-types >= 0.9 && < 0.13,
file-embed >= 0.0 && < 0.1