asil-1.2: asil.cabal
cabal-version: >= 1.8
build-type: Custom
name: asil
version: 1.2
license: LGPL
license-file: LICENSE
maintainer: Arie Middelkoop <ariem@cs.uu.nl>
homepage: http://www.pros.upv.es/fittest/
description: A library for the analysis and instrumentation of ActionScript programs in Flash files.
category: Compilers/Interpreters
stability: Experimental
synopsis: Action Script Instrumentation Library
copyright: Universiteit Utrecht, FITTEST project
extra-source-files: uuagc_options
extra-source-files: src/ByteCodeAst.ag, src/ByteCode.ag, src/PrettyInstr.ag
extra-source-files: src/ByteCodeTrfBase.ag
extra-source-files: src/InstrLocFilter.ag, src/InstrSize.ag
extra-source-files: src/PrettyCode.ag, src/PrettyTree.ag
extra-source-files: src/CFGAst.ag, src/CFG.ag
extra-source-files: src/Language.ag, src/LanguageAst.ag
extra-source-files: src/SymbolTables.ag, src/TrfInjectAbc.ag, src/TrfInjectRefl.ag
extra-source-files: src/SymView.ag, src/SymViewAst.ag, src/GenInstrLib.ag
extra-source-files: src/ExtractAbc.ag
extra-source-files: src/ByteCodeLocationInfo.ag
library
build-depends: base >= 4, base < 5
build-depends: bytestring >= 0.9, filepath >= 1.1, directory >= 1.0, utf8-string >= 0.3, array >= 0.3, mtl >= 1.1.0.2
build-depends: data-binary-ieee754 >= 0.4.2, binary >= 0.5.0.2, zlib >= 0.5.2.0
build-depends: pretty >= 1.0.1.1
build-depends: containers >= 0.3
build-depends: uuagc >= 0.9.36
build-depends: haskell-src-exts >= 1.10.1
build-depends: zip-archive >= 0.1.1.7
exposed-modules: Instr, Language
exposed-modules: ByteCode, Parser, ParseUtil, PrettyCode, PrettyTree, InstrSize, InstrLocFilter
exposed-modules: CFG
exposed-modules: Env, ProgInfo, InstrBaseLib, SymbolTables, GenInstrLib, SymInfo, SymView
exposed-modules: TrfInjectAbc, TrfInjectRefl, TrfToCFG, ExtractAbc
exposed-modules: PrettyUtil
exposed-modules: Options
hs-source-dirs: src