Skip to content

Commit 8b415a4

Browse files
Add stack.yaml for last three major compiler versions
Conflicts: stack.yaml
1 parent 346c275 commit 8b415a4

File tree

4 files changed

+23
-66
lines changed

4 files changed

+23
-66
lines changed

stack-7.10.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
packages:
2+
- '.'
3+
resolver: lts-6.3
4+
extra-deps:
5+
- data-list-sequences-0.1
6+
- bitarray-0.0.1.1

stack-7.8.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
packages:
2+
- '.'
3+
resolver: lts-2.22
4+
extra-deps:
5+
- data-list-sequences-0.1
6+
- bitarray-0.0.1.1
7+
- path-0.5.7
8+
- path-io-1.1.0
9+
- directory-1.2.2.0

stack-8.0.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
packages:
2+
- '.'
3+
resolver: nightly-2016-06-07
4+
extra-deps:
5+
- data-list-sequences-0.1
6+
- bitarray-0.0.1.1
7+
- text-icu-0.7.0.1

stack.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stack-7.10.yaml

0 commit comments

Comments
 (0)