-
Notifications
You must be signed in to change notification settings - Fork 1
/
yes-precure5-command.cabal
69 lines (65 loc) · 1.76 KB
/
yes-precure5-command.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
69
name: yes-precure5-command
version: 5.5.3
license: MIT
license-file: LICENSE
author: Yuji Yamamoto
maintainer: Yuji Yamamoto <whosekiteneverfly@gmail.com>
synopsis: Extended yes command to reproduce phrases in Yes! Precure 5.
description:
Provides extended yes command to reproduce phrases in Yes! Precure 5 or Yes! PreCure5 GoGo!
.
See <https://github.com/igrep/yes-precure5-command/blob/master/README.mkd> for details.
category: ACME
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: https://github.com/igrep/yes-precure5-command/
source-repository head
type: git
location: https://github.com/igrep/yes-precure5-command.git
library
ghc-options: -Wall
exposed-modules:
ACME.Yes.PreCure5
, ACME.Yes.PreCure5.Parser
, ACME.Yes.PreCure5.Parser.Common
, ACME.Yes.PreCure5.Profiles
, ACME.Yes.PreCure5.Random
, ACME.Yes.PreCure5.Class
, ACME.Yes.PreCure5.GoGo
, ACME.Yes.PreCure5.GoGo.Profiles
, ACME.Yes.PreCure5.GoGo.Parser
build-depends:
base == 4.*
, Cabal >= 1.18
, random
, parsec >= 3.0
, mtl
, containers
executable yes
buildable: True
ghc-options: -Wall
main-is: main.hs
build-depends:
base == 4.*
, Cabal >= 1.18
, yes-precure5-command
, mtl
, parsec >= 3.0
, random
, containers
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: test
ghc-options: -Wall
main-is: Spec.hs
other-modules:
ACME.Yes.PreCure5.ParserSpec
ACME.Yes.PreCure5.GoGo.ParserSpec
, ACME.Yes.PreCure5.GoGo.ProfilesSpec
build-depends:
base == 4.*
, hspec >= 1.3
, QuickCheck
, containers
, yes-precure5-command