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
Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
# 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
4
env:
5
5
- CABALVER=1.22 GHCVER=7.10.3
6
-
- CABALVER=1.24 GHCVER=8.0.1
6
+
- CABALVER=1.24 GHCVER=8.0.2
7
+
- CABALVER=2.0 GHCVER=8.2.1
7
8
8
9
# Note: the distinction between `before_install` and `install` is not important.
0 commit comments