cabal-version: 2.2 name: machines-tar version: 0 synopsis: Tar file support for machines -- description: homepage: https://oss.xkcd.com license: BSD-3-Clause license-file: LICENSE author: davean Duncan Coutts Bjorn Bringert maintainer: oss@xkcd.com copyright: 2007 Bjorn Bringert 2008-2016 Duncan Coutts 2019 davean category: Control, Enumerator, Data, Codec extra-source-files: CHANGELOG.md common deps default-language: Haskell2010 build-depends: array < 0.6 , base >= 4.12 && < 4.14 , bytestring ^>= 0.10 , containers >= 0.2 && < 0.7 , deepseq >= 1.1 && < 1.5 , filepath < 1.5 , machines >= 0.6 library import: deps hs-source-dirs: src exposed-modules: Data.Machine.Codec.Tar Data.Machine.Codec.Tar.Types Data.Machine.Codec.Tar.Write test-suite machines-tar-test import: deps type: exitcode-stdio-1.0 hs-source-dirs: test main-is: MyLibTest.hs build-depends: machines-tar