-
Notifications
You must be signed in to change notification settings - Fork 3
/
ambiata-snapper.cabal
90 lines (74 loc) · 2.69 KB
/
ambiata-snapper.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
name: ambiata-snapper
version: 0.0.1
license: BSD3
author: Ambiata <[email protected]>
maintainer: Ambiata <[email protected]>
copyright: (c) 2015 Ambiata.
synopsis: ambiata-snapper
category: System
cabal-version: >= 1.8
build-type: Custom
description: ambiata-snapper
extra-tmp-files:
autom4te.cache
config.log
config.status
include/config.h
include/snappy-stubs-public.h
extra-source-files:
configure
configure.ac
include/config.h.in
include/snappy-c.h
include/snappy-internal.h
include/snappy-sinksource.h
include/snappy-stubs-internal.h
include/snappy-stubs-public.h.in
include/snappy.h
cbits/snappy-c-raw.cc
cbits/snappy-c.cc
cbits/snappy-sinksource.cc
cbits/snappy-stubs-internal.cc
cbits/snappy.cc
library
build-depends:
base >= 3 && < 5
, ambiata-p
, ambiata-x-eithert
, bytestring == 0.10.*
, transformers >= 0.4 && < 0.6
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Paths_ambiata_snapper
Snapper
include-dirs:
include
c-sources:
cbits/snappy-c-raw.cc
cbits/snappy-c.cc
cbits/snappy-sinksource.cc
cbits/snappy-stubs-internal.cc
cbits/snappy.cc
cc-options:
-O3 -msse4.2
extra-libraries:
stdc++
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
ghc-options: -Wall -threaded -O2
hs-source-dirs:
test
other-modules:
Test.Snapper
build-depends:
base >= 3 && < 5
, ambiata-disorder-core
, ambiata-disorder-corpus
, ambiata-p
, ambiata-snapper
, QuickCheck
, quickcheck-instances