mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-18 11:31:35 +03:00
25 lines
709 B
Plaintext
25 lines
709 B
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:
|
|
-- other-modules:
|
|
-- other-extensions:
|
|
build-depends: base >=4.9 && <5
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|