Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 4dbc95e

Browse files
committed
Fix stack.yaml config to auto install alex / happy
See commercialhaskell/stack#595 (comment)
1 parent 9327cc1 commit 4dbc95e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stack.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ packages:
1010
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
1111
extra-deps:
1212
- HTTP-4000.2.19
13-
- QuickCheck-2.7.6
1413
- abstract-deque-0.3
1514
- abstract-par-0.3.3
1615
- async-2.0.2
@@ -23,31 +22,23 @@ extra-deps:
2322
- hashable-1.2.3.2
2423
- monad-par-0.3.4.7
2524
- monad-par-extras-0.3.3
26-
- mtl-2.1.3.1
27-
- mwc-random-0.13.4.0
2825
- network-2.4.2.3
2926
- network-multicast-0.0.11
3027
- network-transport-0.4.1.0
3128
- network-transport-tcp-0.4.1
3229
- normaldistribution-1.1.0.3
3330
- parallel-3.2.0.6
3431
- parsec-3.1.8
35-
- primitive-0.6.1.0
36-
- random-1.0.1.1
3732
- rank1dynamic-0.2.0.1
3833
- repa-3.3.1.2
3934
- stm-2.4.4
4035
- syb-0.4.4
41-
- text-1.2.0.4
42-
- tf-random-0.5
4336
- utf8-string-0.3.8
4437
- vector-0.10.12.3
4538
- xml-1.3.14
4639

4740
# Override default flag values for local packages and extra-deps
4841
flags:
49-
text:
50-
integer-simple: false
5142
HTTP:
5243
network-uri: false
5344
parconc-examples:

0 commit comments

Comments
 (0)