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.
1 parent 13af137 commit 58e3080Copy full SHA for 58e3080
.travis.yml
@@ -29,6 +29,8 @@ matrix:
29
include:
30
- compiler: ghcjs-8.4
31
addons: {"apt":{"sources":["hvr-ghc"],"packages":["cabal-install-3.0"]}}
32
+ - compiler: ghc-8.8.1
33
+ addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}}
34
- compiler: ghc-8.6.5
35
addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.6.5","cabal-install-2.4"]}}
36
- compiler: ghc-8.4.4
0 commit comments