cabal-version: 2.2 name: xdelta version: 3.1.0 synopsis: VCDIFF encoder/decoder. -- description: homepage: xdelta.org license: Apache-2.0 license-file: xdelta3/LICENSE author: Joe Crayne maintainer: joe@jerkface.net category: Data build-type: Simple extra-source-files: xdelta3/*.h xdelta3/*.c haskell/*.h library exposed-modules: Data.VCDIFF.Types , Data.VCDIFF.XDelta , Data.VCDIFF , Data.Primitive.ByteArray.Util build-tools: hsc2hs include-dirs: haskell . cpp-options: -DNOT_MAIN=1 -DREGRESSION_TEST=1 -DSECONDARY_DJW=1 -DSECONDARY_FGK=1 -DXD3_MAIN=1 -DXD3_DEBUG=3 -DHAVE_CONFIG cxx-options: -Wno-literal-suffix -g cxx-sources: haskell/xdelta3.cc hs-source-dirs: haskell build-depends: base >=4.9, bytestring, text, primitive >=0.6.2, containers default-language: Haskell2010 ghc-options: -Wmissing-signatures executable testdiff main-is: haskell/examples/testdiff.hs other-modules: Text.XXD hs-source-dirs: haskell/examples . build-depends: base, bytestring, memory, xdelta default-language: Haskell2010