Skip to content

Commit f6fee63

Browse files
authored
Merge pull request travis-ci#1537 from travis-ci/ci-haskell_string_versions
Update haskell version example list to strings
2 parents f2f8eee + 3bf9f15 commit f6fee63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user/languages/haskell.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Minimal example:
2020

2121
```yaml
2222
ghc:
23-
- 7.8
23+
- "7.8"
2424
```
2525
{: data-file=".travis.yml"}
2626
@@ -45,9 +45,9 @@ level versions (`7.6.2` for example) may change any time:
4545

4646
```yaml
4747
ghc:
48-
- 7.8
49-
- 7.6
50-
- 7.4
48+
- "7.10"
49+
- "7.8"
50+
- "7.6"
5151
```
5252
{: data-file=".travis.yml"}
5353

0 commit comments

Comments
 (0)