-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoet.cabal
33 lines (31 loc) · 1.02 KB
/
poet.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Name: poet
Version: 0.2.2
Cabal-Version: >= 1.2
Author: Marcelo Sousa
Synopsis: POET: Partial Order Exploration Tools
Description: POR and Unfolding-based Exploration of Concurrent Systems
Build-Type: Simple
Executable poet
Main-Is: Main.hs
Build-Depends: base
, containers
, filepath
, directory
, mtl
, cmdargs
, transformers
, text
, bytestring
, vector
, hashtables
-- , haskroid == 1.1
, language-c
, simplec
, HUnit
, random
, hashable
, process
, ansi-terminal
Hs-Source-Dirs: src/
ghc-options: -O3 -rtsopts
Extensions: DoAndIfThenElse