cabal-version: 2.2 name: xdelta version: 3.2.0 synopsis: VCDIFF encoder/decoder. -- description: homepage: xdelta.org license: Apache-2.0 license-file: xdelta3/LICENSE author: Josh MacDonald maintainer: josh.macdonald@gmail.com -- copyright: category: Data -- build-type: Custom build-type: Simple extra-source-files: xdelta3/*.h xdelta3/*.c library exposed-modules: XDelta build-tools: hsc2hs -- include-dirs: xdelta3 xdelta3_lib -- extra-lib-dirs: xdelta3_lib include-dirs: haskell . -- cc-options: -std=c++14 -Wno-literal-suffix cxx-options: -Wno-literal-suffix cpp-options: -DNOT_MAIN=1 -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_MAIN=1 -DXD3_DEBUG=0 -DHAVE_CONFIG -- cpp-options: -DHAVE_CONFIG_H -DSIZEOF_SIZE_T=__SIZEOF_SIZE_T__ -DSIZEOF_UNSIGNED_INT=__SIZEOF_INT__ -DSIZEOF_UNSIGNED_LONG=__SIZEOF_LONG__ -- cpp-options: -DSIZEOF_UNSIGNED_LONG_LONG=__SIZEOF_LONG_LONG__ -- -DHAVE_CONFIG_H=1 -- -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 cxx-sources: haskell/xdelta3.cc hs-source-dirs: haskell build-depends: base >=4.10, bytestring, text default-language: Haskell2010