cabal-version: 1.18 name: zbar version: 0.1.1.0 x-revision: 1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2020 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale synopsis: zbar bindings in Haskell description: Low-level bindings to the zbar C API category: Image, Barcode, FFI, Foreign, C build-type: Simple extra-doc-files: README.md CHANGELOG.md source-repository head type: darcs location: https://hub.darcs.net/vmchale/zbar library exposed-modules: ZBar.Foreign build-tool-depends: c2hs:c2hs >=0.26 pkgconfig-depends: zbar ==0.7 || >0.7 && <0.11 hs-source-dirs: src default-language: Haskell2010 other-extensions: DeriveDataTypeable ghc-options: -Wall build-depends: base >=4.3 && <5 if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints if impl(ghc >=8.4) ghc-options: -Wmissing-export-lists