name: htar version: 0.3.1 license: BSD3 license-File: LICENSE author: Bjorn Bringert Duncan Coutts maintainer: Duncan Coutts copyright: 2007 Bjorn Bringert 2008-2009 Duncan Coutts category: Codec synopsis: Command-line tar archive utility. description: A Command-line utility to create, extract and list the contents of tar archives. It can work with compressed archives using gzip or bzip2 compression. build-type: Simple cabal-version: >= 1.2 flag base3 executable htar main-is: htar.hs ghc-options: -Wall build-depends: base >= 2 && < 5, tar >= 0.3 && < 0.4, zlib >= 0.4 && < 0.6, bzlib >= 0.4 && < 0.6, filepath >= 1 if flag(base3) build-depends: base >= 3, old-time >= 1.0, old-locale >= 1.0, directory >= 1.0, bytestring >= 0.9 else build-depends: base < 3