macaw/macaw-ppc/macaw-ppc.cabal
2017-10-02 17:32:59 -07:00

42 lines
1.4 KiB
Plaintext

-- Initial macaw-ppc.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: macaw-ppc
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Ben Selfridge
maintainer: benselfridge@galois.com
-- copyright:
category: Semantics
build-type: Simple
extra-source-files: ChangeLog.md
cabal-version: >=1.10
library
exposed-modules: Data.Macaw.PPC
Data.Macaw.PPC.ArchTypes
Data.Macaw.PPC.Disassemble
Data.Macaw.PPC.Eval
Data.Macaw.PPC.Generator
Data.Macaw.PPC.Identify
Data.Macaw.PPC.PPCReg
Data.Macaw.PPC.Rewrite
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <5,
containers,
bytestring,
dismantle-ppc,
semmc,
semmc-ppc,
lens,
macaw-base,
mtl,
parameterized-utils
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall