-- Initial AndroidViewHierarchyImporter.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: AndroidViewHierarchyImporter
version: 0.1.0.1
synopsis: Android view hierarchy importer
description: Tool to import a description of an Android view hierarchy through Abd and the Android view server.
You can find more documentation in the @Main@ file.
license: BSD3
license-file: LICENSE
author: alpheccar
maintainer: misc@alpheccar.org
copyright: 2012, alpheccar
category: Development
build-type: Simple
cabal-version: >=1.8
executable AndroidViewHierarchyImporter
main-is:
Main.hs
other-modules:
Adb
ViewServer
Types
Output
OPML
Graphviz
ghc-options: -threaded
build-depends:
base ==4.5.*,
mtl ==2.1.*,
bytestring ==0.9.*,
transformers ==0.3.*,
network ==2.3.*,
process ==1.1.*,
split ==0.1.*,
containers ==0.4.*,
QuickCheck ==2.4.*,
opml ==0.4,
xml ==1.3.*,
cmdtheline ==0.1.*,
pretty ==1.1.*