name: hunp version: 0.1 synopsis: Unpacker tool with DWIM description: hunp is an unpacker tool which does what you mean. By matching on regular expressions, it automagically calls the right unpacking program for you, e.g. "unrar" for files ending in ".rar", etc. license: GPL license-file: LICENSE author: Deniz Dogan homepage: http://github.com/skorpan/hunp/tree/master maintainer: deniz.a.m.dogan@gmail.com build-type: Simple cabal-version: >=1.6 category: Console, Utils tested-with: GHC==6.10.3 extra-source-files: Hunp.hs HunpParser.hs VERSION README CHANGELOG executable hunp main-is: Hunp.hs build-depends: base >= 3 && <5, filepath >= 1.1 && < 2, process >= 1 && < 2, directory > 1 && < 2, pcre-light > 0.3 && < 1, bytestring > 0.9 && < 2, monads-fd > 0 && < 1, split>=0.1 && < 2, parsec >= 3 ghc-options: -Wall -fno-warn-orphans -threaded source-repository head type: git location: git://github.com/skorpan/hunp.git