We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f00702 + 0a71979 commit ef1b1e4Copy full SHA for ef1b1e4
.travis.yml
@@ -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.
6
language: c
7
sudo: false
8
addons:
0 commit comments