You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for.
4
2
env:
5
-
- GHCVER=7.4.2
6
-
- GHCVER=7.6.3
7
-
- GHCVER=7.8.2
8
-
# - GHCVER=head # see section about GHC HEAD snapshots
3
+
- CABALVER=1.18 GHCVER=7.6.3
4
+
- CABALVER=1.18 GHCVER=7.8.3
5
+
- CABALVER=1.22 GHCVER=7.10.1
6
+
- CABALVER=head GHCVER=head# see section about GHC HEAD snapshots
9
7
10
8
# Note: the distinction between `before_install` and `install` is not important.
0 commit comments