-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathllvmvf.cabal
34 lines (32 loc) · 1.17 KB
/
llvmvf.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
33
34
Name: llvmvf
Version: 1.0
Cabal-Version: >= 1.2
Author: Marcelo Sousa
Synopsis: LLVM Verification Framework
Description: LLVM Verification Framework
Build-Type: Simple
Executable llvmvf
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5
, containers >= 0.2
, filepath
, directory
, uu-parsinglib >= 2.7.1
, mtl
, fgl
, uulib >= 0.9.14
, cmdargs
, transformers
, llvm-base
, llvm == 3.0.1.0
, smtlib == 1.0
, demangler == 1.0
, blaze-html
, text
, base-unicode-symbols
Hs-Source-Dirs: src/
include-dirs: include
C-Sources: cbits/demangler.cpp
Extensions: TypeOperators, FlexibleInstances, TypeSynonymInstances, DeriveDataTypeable, CPP
ghc-options: -O3 -rtsopts
extra-libraries: stdc++