forked from TorXakis/TorXakis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
55 lines (49 loc) · 1.1 KB
/
stack.yaml
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
# TorXakis - Model Based Testing
# Copyright (c) 2015-2017 TNO and Radboud University
# See LICENSE at root directory of this repository.
resolver: lts-11.22
ghc-variant: integersimple
packages:
- sys/behave
- sys/behavedefs
- sys/behaveenv
- sys/bexpr
- sys/cnect
- sys/core
- sys/coreenv
- sys/defs
- sys/lexregexxsd
- sys/lpe
- sys/lpeops
- sys/lpeq
- sys/lpeutils
- sys/server
- sys/serverenv
- sys/solve
- sys/testsel
- sys/ui
- sys/value
- sys/valexpr
- sys/txs-compiler
# Dependency packages to be pulled from upstream that are not in the resolver
# (e.g., acme-missiles-0.3)
extra-deps:
- git: https://github.com/TorXakis/text-via-sockets.git
commit: e3228cd0407ec0d7991a544e154ea2def184fcae
# Override default flag values for local packages and extra-deps
flags:
hexpat:
bundle: true
text:
integer-simple: true
hashable:
integer-gmp: false
integer-logarithms:
integer-gmp: false
scientific:
integer-simple: true
# Extra package databases containing global packages
extra-package-dbs:
# Override the architecture used by stack, especially useful on Windows
# arch: i386
arch: x86_64