macaw/macaw-ppc/macaw-ppc.cabal
2017-09-29 09:37:45 -07:00

33 lines
1.0 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.PPCReg
-- other-modules:
-- other-extensions:
build-depends: base >=4.9 && <5,
containers,
dismantle-ppc,
lens,
macaw-base,
mtl,
parameterized-utils
hs-source-dirs: src
default-language: Haskell2010