-
Notifications
You must be signed in to change notification settings - Fork 13
/
MeteorCounter.cabal
255 lines (250 loc) · 4.7 KB
/
MeteorCounter.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
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c3f9c5e57376274c872d87a03e33982b888776180cf6e4bd996a73d78ec097a
name: MeteorCounter
version: 1.0.0.0
description: MeteorCounter app
homepage: https://github.com/graninas/Hydra#readme
bug-reports: https://github.com/graninas/Hydra/issues
author: Alexander Granin
maintainer: [email protected]
copyright: Granin A.S. 2020
license: BSD3
build-type: Simple
source-repository head
type: git
location: https://github.com/graninas/Hydra
library
exposed-modules:
Church
Free
FTL
FTLTypes
Main
Types
other-modules:
Paths_MeteorCounter
hs-source-dirs:
src
default-extensions:
NoImplicitPrelude
GADTs
RankNTypes
DeriveFunctor
DeriveGeneric
OverloadedStrings
LambdaCase
MultiParamTypeClasses
ExplicitNamespaces
TypeApplications
ScopedTypeVariables
TypeOperators
TypeFamilies
DataKinds
FlexibleContexts
FlexibleInstances
PatternSynonyms
PolyKinds
DefaultSignatures
ConstraintKinds
NamedFieldPuns
TupleSections
ViewPatterns
MultiWayIf
RecordWildCards
ghc-options: -Wall -Wcompat -Widentities -fhide-source-paths
build-depends:
MonadRandom
, aeson
, aeson-pretty
, arithmoi
, async
, base >=4.7 && <5
, base16-bytestring
, base58-bytestring
, base64-bytestring
, beam-core
, beam-migrate
, beam-postgres
, beam-sqlite
, bytestring
, bytestring-conversion
, cereal
, clock
, containers
, cryptohash-sha256
, cryptonite
, data-default
, directory
, entropy
, extra
, filepath
, fmt
, free
, generic-lens
, haskeline
, hedis
, hslogger
, http-client
, http-client-tls
, hydra-base
, hydra-church-free
, hydra-free
, iproute
, lens
, lens-aeson
, memory
, mtl
, network
, newtype-generics
, process
, random
, regex-posix
, resource-pool
, resourcet
, rocksdb-haskell
, safe-exceptions
, scientific
, servant
, servant-client
, servant-docs
, servant-server
, servant-swagger
, silently
, sqlite-simple
, stm
, template-haskell
, text
, th-abstraction
, time
, time-units
, transformers
, triplesec
, universum
, unliftio
, unliftio-core
, uuid
, validation
, vector
, wai
, warp
, yaml
default-language: Haskell2010
executable MeteorCounter
main-is: Main.hs
other-modules:
Church
Free
FTL
FTLTypes
Types
Paths_MeteorCounter
hs-source-dirs:
src/
default-extensions:
NoImplicitPrelude
GADTs
RankNTypes
DeriveFunctor
DeriveGeneric
OverloadedStrings
LambdaCase
MultiParamTypeClasses
ExplicitNamespaces
TypeApplications
ScopedTypeVariables
TypeOperators
TypeFamilies
DataKinds
FlexibleContexts
FlexibleInstances
PatternSynonyms
PolyKinds
DefaultSignatures
ConstraintKinds
NamedFieldPuns
TupleSections
ViewPatterns
MultiWayIf
RecordWildCards
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
MonadRandom
, aeson
, aeson-pretty
, arithmoi
, async
, base >=4.7 && <5
, base16-bytestring
, base58-bytestring
, base64-bytestring
, beam-core
, beam-migrate
, beam-postgres
, beam-sqlite
, bytestring
, bytestring-conversion
, cereal
, clock
, containers
, cryptohash-sha256
, cryptonite
, data-default
, directory
, entropy
, extra
, filepath
, fmt
, free
, generic-lens
, haskeline
, hedis
, hslogger
, http-client
, http-client-tls
, hydra-base
, hydra-church-free
, hydra-free
, iproute
, lens
, lens-aeson
, memory
, mtl
, network
, newtype-generics
, process
, random
, regex-posix
, resource-pool
, resourcet
, rocksdb-haskell
, safe-exceptions
, scientific
, servant
, servant-client
, servant-docs
, servant-server
, servant-swagger
, silently
, sqlite-simple
, stm
, template-haskell
, text
, th-abstraction
, time
, time-units
, transformers
, triplesec
, universum
, unliftio
, unliftio-core
, uuid
, validation
, vector
, wai
, warp
, yaml
default-language: Haskell2010