-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpacked-data.cabal
290 lines (280 loc) · 7.55 KB
/
packed-data.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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: packed-data
version: 0.1.0.3
description: Build, traverse and deserialise packed data in Haskell
category: Data
homepage: https://github.com/Arthi-chaud/packed-haskell#readme
bug-reports: https://github.com/Arthi-chaud/packed-haskell/issues
author: Arthi-chaud
maintainer: aj530@kent.ac.uk
copyright: 2025 Arthi-chaud
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
tested-with:
GHC ==9.2.8
, GHC ==9.4.8
, GHC ==9.6.6
, GHC ==9.8.4
, GHC ==9.10.1
, GHC ==9.12.1
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/Arthi-chaud/packed-haskell
library
exposed-modules:
Data.Packed
Data.Packed.Reader
Data.Packed.Needs
Data.Packed.Instances
Data.Packed.TH
Data.Packed.TH.Utils
Data.Packed.Skippable
other-modules:
Data.Packed.FieldSize
Data.Packed.Packable
Data.Packed.Packed
Data.Packed.TH.Case
Data.Packed.TH.Flag
Data.Packed.TH.Packable
Data.Packed.TH.PackCon
Data.Packed.TH.Read
Data.Packed.TH.RepackCon
Data.Packed.TH.Skip
Data.Packed.TH.Skippable
Data.Packed.TH.Start
Data.Packed.TH.Transform
Data.Packed.TH.Unpackable
Data.Packed.TH.Write
Data.Packed.TH.WriteCon
Data.Packed.Unpackable
Data.Packed.Utils
Tree
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
src
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
build-depends:
base >=4.7 && <5
, bytestring >=0.11.0.0 && <0.13
, bytestring-strict-builder >=0.4.5 && <0.5
, deepseq >=1.4.6.1 && <1.6
, extra >=1.0 && <2.0
, mtl >=2.2.2 && <2.4
, template-haskell >=2.18.0.0 && <=2.24.0.0
default-language: Haskell2010
executable examples
main-is: Main.hs
other-modules:
Increment
Pack
Traversal
Tree
Unpack
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
examples
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N -Wno-unused-top-binds
build-depends:
base >=4.7 && <5
, packed-data
default-language: Haskell2010
test-suite packed-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
PackedTest.CaseTest
PackedTest.Data
PackedTest.IdentityTest
PackedTest.PackTest
PackedTest.UnpackTest
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
test
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N -Wno-unused-top-binds -Wno-orphans -Wno-redundant-constraints
build-depends:
base >=4.7 && <5
, bytestring
, bytestring-strict-builder >=0.4.5 && <0.5
, hspec
, packed-data
default-language: Haskell2010
benchmark ast-bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
benchmark/ast
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-T -O2 -Wno-unused-top-binds -Wno-orphans -Wno-redundant-constraints
build-depends:
base >=4.7 && <5
, criterion
, optparse-applicative
, packed-data
default-language: Haskell2010
benchmark bigjson-bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Data
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
benchmark/bigjson
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-T -O2 -Wno-unused-top-binds -Wno-orphans -Wno-redundant-constraints
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, criterion
, directory
, optparse-applicative
, packed-data
default-language: Haskell2010
benchmark report
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Criterion
Go
Types
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
benchmark/report
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-T -O2 -Wno-unused-top-binds -Wno-orphans -Wno-redundant-constraints
build-depends:
base >=4.7 && <5
, bytestring
, cassava
, directory
, process
, scientific
default-language: Haskell2010
benchmark tree-bench
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
AST
Build
CIReport
Increment
List
OutputData
Pack
Sum
Traversals
Utils
Paths_packed_data
autogen-modules:
Paths_packed_data
hs-source-dirs:
benchmark/tree
default-extensions:
DataKinds
TypeOperators
KindSignatures
GADTs
LambdaCase
TemplateHaskell
TemplateHaskellQuotes
TupleSections
QualifiedDo
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-T -O2 -Wno-unused-top-binds -Wno-orphans -Wno-redundant-constraints
cc-options: -O2
include-dirs:
benchmark
c-sources:
benchmark/tree/benchmark.c
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, cassava
, criterion
, deepseq
, directory
, filepath
, listsafe
, mtl
, optparse-applicative
, packed-data
, split
, vector
default-language: Haskell2010