summaryrefslogtreecommitdiff
path: root/xdelta3.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3.cabal')
-rw-r--r--xdelta3.cabal23
1 files changed, 7 insertions, 16 deletions
diff --git a/xdelta3.cabal b/xdelta3.cabal
index bc8a81b..6907ebc 100644
--- a/xdelta3.cabal
+++ b/xdelta3.cabal
@@ -1,36 +1,27 @@
1cabal-version: 2.2 1cabal-version: 2.2
2name: xdelta 2name: xdelta
3version: 3.2.0 3version: 3.1.0
4synopsis: VCDIFF encoder/decoder. 4synopsis: VCDIFF encoder/decoder.
5-- description: 5-- description:
6homepage: xdelta.org 6homepage: xdelta.org
7license: Apache-2.0 7license: Apache-2.0
8license-file: xdelta3/LICENSE 8license-file: xdelta3/LICENSE
9author: Josh MacDonald 9author: Joe Crayne
10maintainer: josh.macdonald@gmail.com 10maintainer: joe@jerkface.net
11-- copyright:
12category: Data 11category: Data
13-- build-type: Custom
14build-type: Simple 12build-type: Simple
15 13
16extra-source-files: xdelta3/*.h xdelta3/*.c 14extra-source-files: xdelta3/*.h xdelta3/*.c
17 15
18library 16library
19 exposed-modules: XDelta.Types 17 exposed-modules: Data.VCDIFF.Types
20 , Data.XDelta 18 , Data.VCDIFF
21 , Data.BA 19 , Data.Primitive.ByteArray.Util
22 20
23 build-tools: hsc2hs 21 build-tools: hsc2hs
24 -- include-dirs: xdelta3 xdelta3_lib
25 -- extra-lib-dirs: xdelta3_lib
26 include-dirs: haskell . 22 include-dirs: haskell .
27 -- cc-options: -std=c++14 -Wno-literal-suffix
28 cxx-options: -Wno-literal-suffix -g
29 cpp-options: -DNOT_MAIN=1 -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_MAIN=1 -DXD3_DEBUG=0 -DHAVE_CONFIG 23 cpp-options: -DNOT_MAIN=1 -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_MAIN=1 -DXD3_DEBUG=0 -DHAVE_CONFIG
30 -- cpp-options: -DHAVE_CONFIG_H -DSIZEOF_SIZE_T=__SIZEOF_SIZE_T__ -DSIZEOF_UNSIGNED_INT=__SIZEOF_INT__ -DSIZEOF_UNSIGNED_LONG=__SIZEOF_LONG__ 24 cxx-options: -Wno-literal-suffix -g
31 -- cpp-options: -DSIZEOF_UNSIGNED_LONG_LONG=__SIZEOF_LONG_LONG__
32 -- -DHAVE_CONFIG_H=1
33 -- -include xdelta3/build2/config.h -Wall -Wshadow -fno-builtin -Wextra -Wsign-compare -Wformat=2 -Wno-format-nonliteral -Wno-unused-parameter -Wno-unused-function extra-libraries: xdelta3, lzma, stdc++, m
34 cxx-sources: haskell/xdelta3.cc 25 cxx-sources: haskell/xdelta3.cc
35 26
36 hs-source-dirs: haskell 27 hs-source-dirs: haskell