-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: f6bbd45a4e7adaa7ce7e25a88acfaf3aff646afa6bfd8d1835c36d21c23449e8 name: ztar version: 1.0.0 synopsis: Creating and extracting arbitrary archives description: Creating and extracting arbitrary archives. category: Codec homepage: https://github.com/brandonchinn178/ztar#readme bug-reports: https://github.com/brandonchinn178/ztar/issues author: Brandon Chinn maintainer: Brandon Chinn license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.18 extra-doc-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/brandonchinn178/ztar flag dev description: Turn on development settings. manual: True default: False library exposed-modules: Codec.Archive.Tar Codec.Archive.ZTar Codec.Archive.ZTar.GZip Codec.Archive.ZTar.Tar Codec.Archive.ZTar.Zip other-modules: Paths_ztar hs-source-dirs: src ghc-options: -Wall build-depends: base >=4.7 && <5 , bytestring >=0.10.8 && <0.11 , deepseq , directory >=1.3 && <1.4 , filepath >=1.4.1 && <1.5 , path >=0.5 && <0.7 , process , text , unix-compat , zip >=1.0 && <1.2 , zlib >=0.6 && <0.7 if flag(dev) ghc-options: -Werror if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances default-language: Haskell2010 test-suite example type: exitcode-stdio-1.0 main-is: Example.hs hs-source-dirs: test ghc-options: -Wall build-depends: base , path , path-io , ztar if flag(dev) ghc-options: -Werror if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances default-language: Haskell2010 test-suite ztar-test type: exitcode-stdio-1.0 main-is: Test.hs hs-source-dirs: test ghc-options: -Wall build-depends: QuickCheck , base , bytestring , bytestring-arbitrary , filepath , path , path-io , tasty , tasty-quickcheck , ztar if flag(dev) ghc-options: -Werror if impl(ghc >= 8.0) ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances default-language: Haskell2010