-- Initial ghczdecode.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: ghczdecode version: 0.1.0.1 synopsis: Decode Z-encoded strings from GHC description: Use ghczdecode to decode it homepage: https://github.com/Peaker/ghczdecode license: BSD3 license-file: LICENSE author: Eyal Lotem maintainer: eyal.lotem@gmail.com category: Development build-type: Simple cabal-version: >=1.8 executable ghczdecode main-is: zdecode.hs build-depends: base >= 4 && < 10, zenc >= 0.1.1 && < 0.2 ghc-options: -Wall source-repository head type: git location: https://github.com/Peaker/ghczdecode.git