Skip to content

Commit

Permalink
Merge pull request #1537 from travis-ci/ci-haskell_string_versions
Browse files Browse the repository at this point in the history
Update haskell version example list to strings
  • Loading branch information
plaindocs authored Nov 7, 2017
2 parents f2f8eee + 3bf9f15 commit f6fee63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user/languages/haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Minimal example:

```yaml
ghc:
- 7.8
- "7.8"
```
{: data-file=".travis.yml"}
Expand All @@ -45,9 +45,9 @@ level versions (`7.6.2` for example) may change any time:

```yaml
ghc:
- 7.8
- 7.6
- 7.4
- "7.10"
- "7.8"
- "7.6"
```
{: data-file=".travis.yml"}

Expand Down

0 comments on commit f6fee63

Please sign in to comment.