Skip to content

Commit ef1b1e4

Browse files
committed
Merge pull request #127 from petertseng/travis-explain
travis: Explain why we use hvr-ghc
2 parents 7f00702 + 0a71979 commit ef1b1e4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# The Travis docs (https://docs.travis-ci.com/user/languages/haskell)
2+
# suggest that we use `language: haskell` and `ghc:` to specify GHC versions.
3+
# However, as of this writing, Travis only supported versions up to 7.8.
4+
# If Travis supports all versions we would like to test, then we could switch.
5+
# Until then, we use the https://github.com/hvr/multi-ghc-travis setup.
16
language: c
27
sudo: false
38
addons:

0 commit comments

Comments
 (0)