-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.yaml
More file actions
50 lines (44 loc) · 1.28 KB
/
stack.yaml
File metadata and controls
50 lines (44 loc) · 1.28 KB
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
# Stack configuration file:
# http://docs.haskellstack.org/en/stable/yaml_configuration/
# The resolver determines which packages are used to resolve the dependencies
# in the Cabal build file.
# https://www.stackage.org/lts-10.8
# resolver: lts-10.8
resolver: lts-13.27
# resolver: lts-13.22
# resolver: lts-14.22
system-ghc: false
allow-newer: true
packages:
- .
# - lib/hdbc-mysql
# - lib/haskelldb
#- /Users/Paris/Desktop/VDBMS/lib/haskelldb
flags: {}
# extra-deps: [HDBC-sqlite3-2.3.3.1, time-1.9.2]
# extra-deps: [HDBC-sqlite3-2.3.3.1, haskelldb-2.2.5]
extra-deps: [
HDBC-sqlite3-2.3.3.1,
HDBC-postgresql-2.3.2.6
# boolsimplifier-0.1.8
# logic-classes-1.7.1,
# PropLogic-0.9.0.4,
# applicative-extras-0.1.8,
# set-extra-1.4.1,
# atp-haskell-1.14
# ,HDBC-mysql-0.7.1.0]
]
extra-lib-dirs:
# - lib/hdbc-mysql
# - /usr/local/Cellar/mysql-client\@5.7/lib
# - /usr/local/lib
# - /usr/local/Cellar
# - /usr/local/Cellar/openssl@1.1/1.1.1d/lib/
# - /usr/local/opt/mysql-client\@5.7/lib
# - /usr/local/opt/zlib/lib
# - /usr/local/opt/openssl/lib
# - lib/haskelldb
# - /Users/Paris/Desktop/VDBMS/lib/haskelldb
extra-include-dirs:
# - /usr/local/lib
# - /usr/local/Cellar