macaw/symbolic/macaw-symbolic.cabal

29 lines
523 B
Plaintext
Raw Normal View History

name: macaw-symbolic
version: 0.0.1
author: Galois, Inc.
maintainer: jhendrix@galois.com
build-type: Simple
cabal-version: >= 1.9.2
2017-09-28 01:59:06 +03:00
license: BSD3
license-file: LICENSE
library
build-depends:
base >= 4,
containers,
crucible,
lens,
macaw-base,
mtl,
parameterized-utils,
text
hs-source-dirs: src
exposed-modules:
2018-01-03 04:31:42 +03:00
Data.Macaw.Symbolic.CrucGen
Data.Macaw.Symbolic.PersistentState
Data.Macaw.Symbolic
ghc-options: -Wall -Werror
ghc-prof-options: -O2 -fprof-auto-top