public
Fork of hst/hst
Description: An open-source refinement checker for the CSP process algebra
Homepage: http://hst.github.com/
Clone URL: git://github.com/dcreager/hst.git
hst / cspm / HST.cabal
015d87c4 » dcreager 2008-08-25 Cabal build infrastructure 1 Name: HST
2 Version: 1.0-a1
3 Cabal-Version: >= 1.2
4 Build-Type: Simple
5 License: LGPL
6 License-File: LICENSE
7 Author: Douglas Creager
8
9 Library
10 HS-Source-Dirs: src, tests
2a3f31e3 » dcreager 2008-08-30 CSPM environments 11 Build-Depends: base, haskell98, containers,
12 QuickCheck >= 1.1
015d87c4 » dcreager 2008-08-25 Cabal build infrastructure 13 Exposed-Modules: HST.CSPM
2a3f31e3 » dcreager 2008-08-30 CSPM environments 14 Other-Modules: HST.CSPM.Environments,
15 HST.CSPM.Evaluate,
015d87c4 » dcreager 2008-08-25 Cabal build infrastructure 16 HST.CSPM.Expressions,
37739ef6 » dcreager 2008-08-30 Flattening the Expression type 17 HST.CSPM.Utils,
015d87c4 » dcreager 2008-08-25 Cabal build infrastructure 18 HST.CSPM.Values
19
20 Executable tests
21 HS-Source-Dirs: src, tests
22 Main-Is: HST/CSPM/Tests.hs