-
Notifications
You must be signed in to change notification settings - Fork 7
/
smtlib2.cabal
59 lines (57 loc) · 2.05 KB
/
smtlib2.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Name: smtlib2
Version: 1.0
Author: Henning Günther <[email protected]>
Maintainer: [email protected]
Synopsis: A type-safe interface to communicate with an SMT solver.
Stability: provisional
Category: SMT, Formal Methods, Theorem Provers, Symbolic Computation
License: GPL-3
License-File: LICENSE
Build-Type: Simple
Cabal-Version: >=1.6
Extra-Source-Files:
README.org
Source-Repository head
Type: git
Location: https://github.com/hguenther/smtlib2.git
Library
Build-Depends: base >= 4 && < 5, constraints, mtl, containers, template-haskell, dependent-sum, dependent-map
Extensions:
GADTs
FlexibleContexts
FlexibleInstances
ExistentialQuantification
KindSignatures
DataKinds
TypeFamilies
TypeOperators
MultiParamTypeClasses
ScopedTypeVariables
RankNTypes
UndecidableInstances
GeneralizedNewtypeDeriving
DeriveDataTypeable
CPP
PolyKinds
StandaloneDeriving
EmptyDataDecls
PatternSynonyms
ViewPatterns
TemplateHaskell
QuasiQuotes
GHC-Options: -fwarn-unused-imports -fprint-explicit-kinds
Exposed-Modules:
Language.SMTLib2.Internals.Backend
Language.SMTLib2.Internals.Embed
Language.SMTLib2.Internals.Expression
Language.SMTLib2.Internals.Monad
Language.SMTLib2.Internals.Type
Language.SMTLib2.Internals.Type.Nat
Language.SMTLib2.Internals.Type.List
Language.SMTLib2.Internals.Type.Struct
Language.SMTLib2.Strategy
Language.SMTLib2
Language.SMTLib2.Internals.Evaluate
Language.SMTLib2.Internals.Interface
Language.SMTLib2.Internals.Proof
Language.SMTLib2.Internals.Proof.Verify