mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 10:54:04 +03:00
30 lines
535 B
Plaintext
30 lines
535 B
Plaintext
name: macaw-symbolic
|
|
version: 0.0.1
|
|
author: Galois, Inc.
|
|
maintainer: jhendrix@galois.com
|
|
build-type: Simple
|
|
cabal-version: >= 1.9.2
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
|
|
library
|
|
build-depends:
|
|
base >= 4,
|
|
ansi-wl-pprint,
|
|
containers,
|
|
crucible,
|
|
lens,
|
|
macaw-base,
|
|
mtl,
|
|
parameterized-utils,
|
|
text
|
|
|
|
hs-source-dirs: src
|
|
|
|
exposed-modules:
|
|
Data.Macaw.Symbolic.CrucGen
|
|
Data.Macaw.Symbolic.PersistentState
|
|
Data.Macaw.Symbolic
|
|
|
|
ghc-options: -Wall
|
|
ghc-prof-options: -O2 -fprof-auto-top |