mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-01 17:26:45 +03:00
34 lines
587 B
Plaintext
34 lines
587 B
Plaintext
name: macaw-x86-support
|
|
version: 0.0.1
|
|
author: Galois, Inc.
|
|
maintainer: jhendrix@galois.com
|
|
build-type: Simple
|
|
cabal-version: >= 1.9.2
|
|
|
|
executable make_bsd_syscalls
|
|
|
|
build-depends:
|
|
base >= 4,
|
|
bytestring,
|
|
language-c >= 0.7,
|
|
lens,
|
|
pretty,
|
|
containers,
|
|
pretty-show,
|
|
attoparsec
|
|
hs-source-dirs: make_bsd_syscalls
|
|
main-is: Main.hs
|
|
|
|
executable make_linux_syscalls
|
|
build-depends:
|
|
base >= 4,
|
|
bytestring,
|
|
language-c >= 0.6,
|
|
lens,
|
|
pretty,
|
|
containers,
|
|
pretty-show,
|
|
attoparsec
|
|
hs-source-dirs: make_linux_syscalls
|
|
main-is: Main.hs
|