packages feed

ghczdecode-0.1.0.0: ghczdecode.cabal

-- Initial ghczdecode.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                ghczdecode
version:             0.1.0.0
synopsis:            Decode Z-encoded strings from GHC
description:         Use ghczdecode <string> 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
  ghc-options:         -Wall

source-repository head
  type: git
  location: https://github.com/Peaker/ghczdecode.git