forked from tomahawkins/smt-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
smt-lib.cabal
41 lines (27 loc) · 844 Bytes
/
smt-lib.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
name: smt-lib
version: 0.0.4
category: Language
synopsis: Parsing and printing SMT-LIB.
description:
SMT-LIB is a common language used by many SMT solvers.
This library provides an SMT-LIB AST with parsing and printing utilities.
author: Tom Hawkins <[email protected]>
maintainer: Tom Hawkins <[email protected]>
license: BSD3
license-file: LICENSE
homepage: http://tomahawkins.org
build-type: Simple
cabal-version: >= 1.6
extra-source-files:
library
build-depends:
base >= 4.0 && < 5.0,
directory,
-- array >= 0.3 && < 0.4,
attoparsec, enumerator, attoparsec-enumerator, bytestring, monads-fd
exposed-modules:
Language.SMTLIB
ghc-options: -W
source-repository head
type: git
location: git://github.com/tomahawkins/smt-lib.git