2016-11-29 10:14:04 +03:00
|
|
|
name: macaw
|
|
|
|
version: 0.0.1
|
|
|
|
author: Galois, Inc.
|
|
|
|
maintainer: jhendrix@galois.com
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >= 1.9.2
|
|
|
|
|
|
|
|
library
|
|
|
|
build-depends:
|
|
|
|
base >= 4,
|
|
|
|
ansi-wl-pprint,
|
|
|
|
binary,
|
|
|
|
bytestring,
|
2016-12-28 00:59:21 +03:00
|
|
|
containers >= 0.5.8.1,
|
2016-11-29 10:14:04 +03:00
|
|
|
elf-edit >= 0.28,
|
|
|
|
galois-dwarf,
|
2017-01-07 03:10:23 +03:00
|
|
|
IntervalMap >= 0.5,
|
2016-11-29 10:14:04 +03:00
|
|
|
lens >= 4.7,
|
|
|
|
mtl,
|
|
|
|
parameterized-utils >= 0.1.6,
|
|
|
|
text,
|
|
|
|
vector,
|
|
|
|
QuickCheck >= 2.7
|
|
|
|
|
|
|
|
hs-source-dirs: src
|
|
|
|
|
|
|
|
exposed-modules:
|
|
|
|
Data.Macaw.AbsDomain.AbsState
|
2017-02-16 10:53:19 +03:00
|
|
|
Data.Macaw.AbsDomain.JumpBounds
|
2016-11-29 10:14:04 +03:00
|
|
|
Data.Macaw.AbsDomain.Refine
|
|
|
|
Data.Macaw.AbsDomain.StridedInterval
|
|
|
|
Data.Macaw.Architecture.Info
|
|
|
|
Data.Macaw.Architecture.Syscall
|
|
|
|
Data.Macaw.CFG
|
|
|
|
Data.Macaw.DebugLogging
|
|
|
|
Data.Macaw.Discovery
|
|
|
|
Data.Macaw.Discovery.Info
|
|
|
|
Data.Macaw.Dwarf
|
2017-05-30 09:25:51 +03:00
|
|
|
Data.Macaw.Fold
|
2016-11-29 10:14:04 +03:00
|
|
|
Data.Macaw.Memory
|
|
|
|
Data.Macaw.Memory.ElfLoader
|
|
|
|
Data.Macaw.Memory.Permissions
|
|
|
|
Data.Macaw.Types
|
|
|
|
|
|
|
|
ghc-options: -Wall -Werror
|
|
|
|
ghc-options: -fno-warn-unticked-promoted-constructors
|
|
|
|
ghc-prof-options: -O2 -fprof-auto-top
|