packages feed

hfd-0.0.2: hfd.cabal

Name:                hfd
Version:             0.0.2
Synopsis:            Flash debugger
License:             BSD3
License-file:        LICENSE
Author:              Yuras Shumovich
Maintainer:          shumovichy@gmail.com
Category:            Development
Build-type:          Simple
Extra-source-files:  README.md
Cabal-version:       >=1.6
Description:         Flash debugger. You need debug flash player installed to use it.

Executable hfd
  Hs-source-dirs:    src
  Main-is:           hfd.hs
  Build-depends:
                     base < 5,
                     network < 3.0.0.0,
                     haskeline < 0.7.0.0,
                     iteratee < 1.0.0.0,
                     bytestring < 1.0.0.0,
                     MonadCatchIO-transformers < 0.3.0.0,
                     transformers < 0.3.0.0,
                     MissingH < 2.0.0.0
  Other-modules:
                     App,
                     Inst,
                     IMsg,
                     OMsg,
                     UCmd,
                     Print,
                     Proto
  Ghc-options:       -Wall -fno-warn-orphans

Source-repository head
  Type:              git
  Location:          git@github.com:Yuras/hfd.git