copilot-c99-0.1: copilot-c99.cabal
cabal-version : >= 1.10
name : copilot-c99
version : 0.1
synopsis : A compiler for Copilot targeting C99.
description : This is a back-end from Copilot to the Atom DSL. Please see README.mk for more details.
license : BSD3
license-file : LICENSE
maintainer : leepike@galois.com
stability : Experimental
category : Language, Embedded
build-type : Simple
extra-source-files : README.md
author : Lee Pike
, Robin Morisset
, Alwyn Goodloe
, Sebastian Niller
, Nis Nordby Wegmann
source-repository head
type: git
location: git://github.com/niswegmann/copilot-c99.git
library
default-language : Haskell2010
hs-source-dirs : src
ghc-options : -Wall -fwarn-tabs
ghc-prof-options : -auto-all -caf-all
build-depends : atom >= 1.0.9
, base >= 4.3 && < 5
, bytestring
, bytestring-csv
, containers >= 0.4
, copilot-core
, directory >= 1.1
, process >= 1.0
, pretty >= 1.0
, random >= 1.0
, text >= 0.6
, QuickCheck >= 2.4
exposed-modules : Copilot.Compile.C99.Test.CheckSpec
, Copilot.Compile.C99.Test.Driver
, Copilot.Compile.C99.Test.Iteration
, Copilot.Compile.C99.Test.ReadCSV
, Copilot.Compile.C99
, Copilot.Compile.C99.C2A
, Copilot.Compile.C99.Common
, Copilot.Compile.C99.MetaTable
, Copilot.Compile.C99.Params
, Copilot.Compile.C99.Phases
, Copilot.Compile.C99.PrePostCode
, Copilot.Compile.C99.Queue
, Copilot.Compile.C99.Witness
executable copilot-c99-qc
default-language : Haskell2010
hs-source-dirs : test, src
ghc-options : -Wall -fwarn-tabs
main-is : CopilotC99Test.hs
build-depends : atom >= 1.0.9
, base >= 4.3
, bytestring
, bytestring-csv
, containers >= 0.4
, copilot-core
, directory >= 1.1
, process >= 1.0
, pretty >= 1.0
, random >= 1.0
, text >= 0.6
, QuickCheck >= 2.4
other-modules : Copilot.Compile.C99
, Copilot.Compile.C99.C2A
, Copilot.Compile.C99.MetaTable
, Copilot.Compile.C99.Params
, Copilot.Compile.C99.Phases
, Copilot.Compile.C99.PrePostCode
, Copilot.Compile.C99.Queue
, Copilot.Compile.C99.Witness
, Copilot.Compile.C99.Test.CheckSpec
, Copilot.Compile.C99.Test.Driver
, Copilot.Compile.C99.Test.Iteration
, Copilot.Compile.C99.Test.ReadCSV