-
Notifications
You must be signed in to change notification settings - Fork 0
/
werewolf-slack.cabal
51 lines (43 loc) · 1.33 KB
/
werewolf-slack.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
name: werewolf-slack
version: 1.0.2.0
author: Henry J. Wylde
maintainer: [email protected]
homepage: https://github.com/hjwylde/werewolf-slack
synopsis: A chat interface for playing werewolf in Slack
description: A chat interface for playing werewolf in Slack.
license: BSD3
license-file: LICENSE
cabal-version: >= 1.10
category: Game
build-type: Simple
extra-source-files: CHANGELOG.md README.md
source-repository head
type: git
location: [email protected]:hjwylde/werewolf-slack
executable werewolf-slack
main-is: Main.hs
hs-source-dirs: app/
ghc-options: -threaded -with-rtsopts=-N
other-modules:
Paths_werewolf_slack
Werewolf.Slack.Application
Werewolf.Slack.Options
Werewolf.Slack.Slack
Werewolf.Slack.Version
Werewolf.Slack.Werewolf
default-language: Haskell2010
build-depends:
aeson >= 0.8 && < 0.12,
base >= 4.8 && < 5,
bytestring == 0.10.*,
extra == 1.4.*,
http-client == 0.4.*,
http-client-tls == 0.2.*,
http-types == 0.9.*,
mtl == 2.2.*,
optparse-applicative >= 0.12 && < 0.14,
process >= 1.2 && < 1.5,
text == 1.2.*,
wai == 3.2.*,
warp == 3.2.*,
werewolf >= 0.5 && < 1.6