Skip to content

Commit 53e1b78

Browse files
committed
Correct stack.yaml files
1 parent 4dc1aa8 commit 53e1b78

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
lines changed

stack-bench.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ resolver: lts-8.5
22
packages:
33
- '.'
44
- benchmarks
5+
extra-deps:
6+
- quickcheck-instances-0.3.14

stack-lts6.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ packages:
33
- '.'
44
- attoparsec-iso8601
55
extra-deps:
6-
- semigroups-0.18.2
76
- integer-logarithms-1
7+
- QuickCheck-2.9.2
8+
- quickcheck-instances-0.3.14
9+
- semigroups-0.18.2
10+
- tagged-0.8.5
11+
- transformers-compat-0.5.1.4
12+
flags:
813
flags:
914
aeson:
1015
fast: true

stack-lts7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ packages:
44
- attoparsec-iso8601
55
extra-deps:
66
- integer-logarithms-1
7+
- quickcheck-instances-0.3.14
78
flags:
89
aeson:
910
fast: true

stack-lts8.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ resolver: lts-8.1
22
packages:
33
- '.'
44
- attoparsec-iso8601
5+
extra-deps:
6+
- quickcheck-instances-0.3.14
57
flags:
68
aeson:
79
fast: true

stack-nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ resolver: nightly-2017-03-25
22
packages:
33
- '.'
44
- attoparsec-iso8601
5+
extra-deps:
6+
- quickcheck-instances-0.3.14
57
flags:
68
aeson:
79
fast: true

stack-pure-unescape.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
resolver: lts-8.1
22
packages:
33
- '.'
4+
extra-deps:
5+
- quickcheck-instances-0.3.14
46
flags:
57
aeson:
68
fast: true

0 commit comments

Comments
 (0)