forked from haskell-perf/serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
serialization.cabal
65 lines (62 loc) · 1.98 KB
/
serialization.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
name: serialization
version: 0.1.3
synopsis: Time and size benchmarks for the most popular Haskell serialization libraries
license-file: LICENSE
author: Ömer Sinan Ağacan,Pasqualino `Titto` Assini
maintainer: [email protected] (Pasqualino `Titto` Assini)
build-type: Simple
cabal-version: >=1.10
library
default-language: Haskell2010
exposed-modules: Dataset,Report
HS-Source-Dirs: src
build-depends: base,
datasets,
statistics,
deepseq,
directory >= 1.2.2.0,
filepath,
containers >= 0.5.6.2,
criterion >= 1.4.1.0,
serialise,
cereal,
persist,
binary,
flat,
packman,
store
test-suite docs
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: DocSpec.hs
build-depends: base, doctest>=0.11.2 && <0.17,filemanip>=0.3.6.3 && < 0.3.7
HS-Source-Dirs: test
ghc-options: -O0
benchmark all
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules: Dataset,Report
build-depends:
QuickCheck,
base,
bytestring,
random,
statistics,
deepseq,
directory >= 1.2.2.0,
filepath,
containers >= 0.5.6.2,
criterion >= 1.4.1.0,
text,
serialise,
cereal,
persist,
binary,
flat,
packman,
store,
datasets
hs-source-dirs: src
ghc-options: -Wall -fno-warn-orphans -Wno-name-shadowing -Wno-unused-matches -O2
--ghc-options: -Wall -O2 -ddump-simpl -dsuppress-idinfo -ddump-to-file