-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathissue-add.cabal
84 lines (79 loc) · 2.66 KB
/
issue-add.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Name: issue-add
Version: 0.0.2
Author: Scott Murphy <[email protected]>
Maintainer: Scott Murphy <[email protected]>
License: BSD3
License-File: LICENSE
-- Synopsis:
-- Description:
Cabal-Version: >= 1.10
Build-Type: Simple
Extra-Source-Files: README.md, ChangeLog.md
Library
Default-Language: Haskell2010
HS-Source-Dirs: src
GHC-Options: -Wall
Exposed-Modules: Action.Label
Action.Internal.Issue
Action.Internal.Label
Build-Depends: attoparsec
, base >= 4 && < 5
, bytestring
, getopt-generics >= 0.6.3
, github == 0.13.1.7569
, here
, lens >= 4.9.1
, orgmode-parse
, shakespeare
, shakespeare-templates
, text
, trifecta
, unordered-containers >= 0.2.5.1
Executable add-labels-with-auth
Build-Depends: base
, bytestring
, getopt-generics
, github
, lens
, shakespeare
, shakespeare-templates
, trifecta
, unordered-containers
Main-Is: LabelMain.hs
Hs-Source-Dirs: src
Executable add-issues-with-auth
Build-Depends: attoparsec
, base
, bytestring
, getopt-generics
, github
, orgmode-parse
, here
, text
, lens
, trifecta
, unordered-containers
Main-Is: IssueMain.hs
Hs-Source-Dirs: src
Test-Suite spec
Type: exitcode-stdio-1.0
Default-Language: Haskell2010
Hs-Source-Dirs: src
, test
Ghc-Options: -Wall
Main-Is: Spec.hs
Build-Depends: QuickCheck
, attoparsec
, base
, bytestring
, github
, here
, hspec
, lens >= 4.9.1
, orgmode-parse
, template-haskell
, text
, unordered-containers >= 0.2.5.1
Source-Repository head
Type: git
-- Location: