Skip to content

Commit efe23a9

Browse files
authored
Merge pull request #3514 from phadej/update-stack-yaml
Update stack.yaml
2 parents 8f6477d + a8ad3d9 commit efe23a9

File tree

1 file changed

+32
-27
lines changed

1 file changed

+32
-27
lines changed

stack.yaml

Lines changed: 32 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,44 @@
1-
flags:
2-
text:
3-
integer-simple: false
1+
resolver: ghc-8.0.1
42
packages:
53
- Cabal/
64
- cabal-install/
75
extra-deps:
8-
- HTTP-4000.2.20
6+
- ansi-terminal-0.6.2.3
7+
- ansi-wl-pprint-0.6.7.3
8+
- async-2.1.0
9+
- base16-bytestring-0.1.1.6
10+
- base64-bytestring-1.0.0.1
11+
- clock-0.7.2
12+
- cryptohash-sha256-0.11.100.1
13+
- ed25519-0.0.5.0
14+
- exceptions-0.8.2.1
15+
- hackage-security-0.5.2.1
16+
- hashable-1.2.4.0
17+
- haskell-lexer-1.0
18+
- HTTP-4000.3.3
919
- mtl-2.2.1
10-
- network-2.6.2.0
11-
- network-uri-2.6.0.3
20+
- network-2.6.2.1
21+
- network-uri-2.6.1.0
1222
- old-locale-1.0.0.7
1323
- old-time-1.1.0.3
14-
- parsec-3.1.9
24+
- optparse-applicative-0.12.1.0
25+
- parsec-3.1.11
26+
- pretty-show-1.6.10
27+
- primitive-0.6.1.0
28+
- QuickCheck-2.8.2
1529
- random-1.1
16-
- stm-2.4.4
17-
- text-1.2.1.1
18-
- zlib-0.5.4.2
19-
20-
# test suite dependencies
21-
- QuickCheck-2.8.1
22-
- extensible-exceptions-0.1.1.4
30+
- regex-base-0.93.2
2331
- regex-posix-0.95.2
24-
- tagged-0.8.0.1
25-
- tasty-0.10.1.2
32+
- regex-tdfa-1.2.2
33+
- stm-2.4.4.1
34+
- tagged-0.8.4
35+
- tar-0.5.0.3
36+
- tasty-0.11.0.3
2637
- tasty-hunit-0.9.2
27-
- tasty-quickcheck-0.8.3.2
28-
- ansi-terminal-0.6.2.1
29-
- async-2.0.2
30-
- optparse-applicative-0.11.0.2
31-
- regex-base-0.93.2
32-
- regex-tdfa-rc-1.1.8.3
38+
- tasty-quickcheck-0.8.4
39+
- text-1.2.2.1
3340
- tf-random-0.5
41+
- transformers-compat-0.5.1.4
3442
- unbounded-delays-0.1.0.9
35-
- ansi-wl-pprint-0.6.7.2
36-
- primitive-0.6
37-
- transformers-compat-0.4.0.4
38-
39-
resolver: ghc-7.10
43+
- zlib-0.6.1.1
44+
flags: {}

0 commit comments

Comments
 (0)