-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathstack.yaml
52 lines (42 loc) · 966 Bytes
/
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
packages:
- ./hxt-charproperties
- ./hxt-unicode
- ./hxt-regex-xmlschema
- ./hxt
- ./hxt-curl
- ./hxt-http
- ./hxt-tagsoup
- ./hxt-xpath
- ./hxt-relaxng
- ./hxt-xmlschema
- ./hxt-xslt
- ./hxt-cache
extra-deps: []
# needed for lts-2.22, for later versions this is redunant
flags:
hxt:
network-uri: true
hxt-http:
network-uri: true
hxt-relaxng:
network-uri: true
hxt-xmlschema:
network-uri: true
# Control whether we use the GHC we find on the path
system-ghc: false
# not for Mac: ghc-7.8 does not work with OSX 10.11
# LTS Haskell 2.22 (ghc-7.8.4)
# resolver: lts-2.22
# LTS Haskell 6.15 (ghc-7.10.3)
# resolver: lts-6.15
# nice try, does not yet work (2016-10-18), errors in base libraries
# LTS Haskell 7.4 (ghc-8.0.1)
# resolver: lts-7.4
# LTS with ghc-8.0.2
# resolver: lts-9.1
# LTS with ghc-8.6.3
# resolver: lts-13.10
# LTS with ghc-8.8.2
# resolver: lts-15.1
# LTS with ghc-8.10.3
resolver: lts-17.1