cabal-version: 2.0 name: archive-tar-bytestring version: 1.0.0.0 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2020 Vanessa McHale maintainer: vamchale@gmail.com author: Vanessa McHale synopsis: Common interface using the tar-bytestring package description: Backpack-ified way to use [tar-bytestring](http://hackage.haskell.org/package/tar-bytestring) bindings category: Codec, Tar, Archive build-type: Simple extra-doc-files: CHANGELOG.md source-repository head type: git location: https://github.com/vmchale/archive-backpack subdir: archive-tar-bytestring flag development description: Enable `-Werror` default: False manual: True library exposed-modules: Archive.Tar build-tool-depends: cpphs:cpphs -any hs-source-dirs: src other-modules: Paths_archive_tar_bytestring autogen-modules: Paths_archive_tar_bytestring default-language: Haskell2010 ghc-options: -Wall build-depends: base >=4.3 && <5, tar-bytestring -any, bytestring -any, text, unix, composition-prelude >=2.0.3.0 if flag(development) ghc-options: -Werror if impl(ghc >=8.0) ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Widentities if impl(ghc >=8.4) ghc-options: -Wmissing-export-lists if impl(ghc >=8.10) ghc-options: -Wunused-packages