CSPM-ToProlog-0.4.0.0: CSPM-ToProlog.cabal
Name: CSPM-ToProlog
Version: 0.4.0.0
Synopsis: some modules specific for the ProB tool
Description:
This package constains a translation from a CSPM AST to the representation
used by the ProB tool.
This code is only interesting for ProB developers.
License: BSD3
category: Formal Methods
License-File: LICENSE
Author: 2006-2011 Marc Fontaine
Maintainer: Marc Fontaine <fontaine@cs.uni-duesseldorf.de>
Cabal-Version: >= 1.10
Tested-With: GHC==7.0.3
Build-Type: Simple
Library
Default-Language: Haskell2010
Build-Depends:
CSPM-Frontend >= 0.7 && < 0.8
,pretty >= 1.0 && < 1.1
,base >= 4.0 && <5.0
,containers >= 0.4 && <0.5
Hs-Source-Dirs: src
ghc-options: -Wall
Exposed-modules:
Language.CSPM.AstToProlog
Language.CSPM.TranslateToProlog
Other-modules:
Language.Prolog.PrettyPrint.Direct