macaw/macaw-semmc/macaw-semmc.cabal
Tristan Ravitch 7256fd597f Generalize the generator monad, the TH helper monad, and the simplifier
This code was mostly architecture independent already, so this commit moves it
to the macaw-semmc module so that it can be shared with the ARM backend.  I
still plan to move the main TH module with the SimpleBuilder to macaw
translation, but that requires a few other changes first.
2017-11-26 23:31:04 -08:00

35 lines
1.1 KiB
Plaintext

-- Initial macaw-semmc.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: macaw-semmc
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.SemMC.Generator
Data.Macaw.SemMC.Simplify
Data.Macaw.SemMC.Translations
Data.Macaw.SemMC.TH.Monad
-- other-extensions:
build-depends: base >=4.9 && <5,
template-haskell,
containers,
mtl,
lens,
parameterized-utils,
crucible,
macaw-base,
semmc
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall