forked from azardilis/Chromar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchromar.cabal
More file actions
220 lines (209 loc) · 5.25 KB
/
chromar.cabal
File metadata and controls
220 lines (209 loc) · 5.25 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
cabal-version: 1.12
-- This file has been generated from package.dhall by hpack version 0.31.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 412fbc5d058a36f1639a1bd84350e7b9b1c8ce848bbee998aecaf1ec591fc5bb
name: chromar
version: 0.1.0.0
synopsis: none
homepage: none
author: none
maintainer: none
build-type: Simple
library
build-depends:
base,
containers,
haskell-src-meta,
multiset,
parsec,
random ==1.1,
template-haskell
if impl(ghc >= 8.10.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.10
if impl(ghc >= 8.8.0) && impl(ghc < 8.10.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.8
if impl(ghc >= 8.6.0) && impl(ghc < 8.8.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.6
hs-source-dirs:
src
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
exposed-modules:
Chromar
other-modules:
Chromar.Core
Chromar.Experiment
Chromar.Multiset
Chromar.Enriched.Parse
Chromar.Enriched.Syntax
Chromar.Enriched.TH
Chromar.Enriched.Zip
Chromar.Rule.Attributes
Chromar.Rule.Parse
Chromar.Rule.Syntax
Chromar.Rule.TH
default-language: Haskell2010
test-suite doctest
type: exitcode-stdio-1.0
main-is: DocTest.hs
other-modules:
Chromar
Chromar.Core
Chromar.Enriched.Parse
Chromar.Enriched.Syntax
Chromar.Enriched.TH
Chromar.Enriched.Zip
Chromar.Experiment
Chromar.Multiset
Chromar.Rule.Attributes
Chromar.Rule.Parse
Chromar.Rule.Syntax
Chromar.Rule.TH
Paths_chromar
hs-source-dirs:
src
test-suite-doctest
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths -rtsopts -threaded -with-rtsopts=-N
build-depends:
QuickCheck,
base,
chromar,
containers,
doctest,
haskell-src-meta,
multiset,
parsec,
random ==1.1,
template-haskell
if impl(ghc >= 8.10.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.10
if impl(ghc >= 8.8.0) && impl(ghc < 8.10.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.8
if impl(ghc >= 8.6.0) && impl(ghc < 8.8.0)
other-modules:
Internal.RuleQuotes
hs-source-dirs:
src-ghc-8.6
default-language: Haskell2010
test-suite gdiff
type: exitcode-stdio-1.0
main-is: gdiff.hs
hs-source-dirs:
models
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers
buildable: False
default-language: Haskell2010
test-suite germ
type: exitcode-stdio-1.0
main-is: germ.hs
other-modules:
SeedsModel.Env
SeedsModel.Germ
hs-source-dirs:
models/seedsModel
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers,
normaldistribution,
random,
text
buildable: False
default-language: Haskell2010
test-suite hlint
type: exitcode-stdio-1.0
main-is: HLint.hs
hs-source-dirs:
test-suite-hlint
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths -rtsopts -threaded -with-rtsopts=-N
build-depends:
base,
chromar,
containers,
hlint
default-language: Haskell2010
test-suite market
type: exitcode-stdio-1.0
main-is: Market.hs
hs-source-dirs:
models/market
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers,
normaldistribution,
random
buildable: False
default-language: Haskell2010
test-suite plant
type: exitcode-stdio-1.0
main-is: plant.hs
hs-source-dirs:
models
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers
buildable: False
default-language: Haskell2010
test-suite simple
type: exitcode-stdio-1.0
main-is: simple.hs
hs-source-dirs:
models
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers
default-language: Haskell2010
test-suite utils
type: exitcode-stdio-1.0
main-is: utils.hs
other-modules:
SeedsModel.Env
SeedsModel.Utils
hs-source-dirs:
models
other-extensions: BangPatterns
ghc-options: -Wall -Werror -Wincomplete-uni-patterns -Wcompat -Widentities -Wredundant-constraints -fhide-source-paths
build-depends:
base,
chromar,
containers,
normaldistribution,
random,
text
buildable: False
default-language: Haskell2010