-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApaPhp.cabal
27 lines (26 loc) · 861 Bytes
/
ApaPhp.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
Name: ApaPhp
Version: 1.0
Cabal-Version: >= 1.2
License: GPL
Author: Bram Schuur
Ruud Koot <r.koot@students.uu.nl>
Henk-Erik van der Hoek
Synopsis: Program Slicing for PHP
Description: Program Slicing for PHP
Build-Type: Simple
Executable apaphp
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5
, parsec == 2.1.0.1
, containers >= 0.2
, bytestring
, binary
, FUtil == 0.1
, derive
, MissingH
, mtl == 1.1.0.2
, uuagc
, graphviz
, fgl
, filepath
Hs-Source-Dirs: src/