From c4990e9c81683c5eab49f0867b6baa5c9e0463c9 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 2 Jan 2018 19:09:08 +0300 Subject: Test with GHC 8.2.2 --- .travis.yml | 1 + coalpit.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b631ad..125e9fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ ghc: - "8.0.1" - "8.0.2" - "8.2.1" + - "8.2.2" cache: directories: diff --git a/coalpit.cabal b/coalpit.cabal index 207ee64..5f3e57d 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -18,7 +18,7 @@ extra-source-files: ChangeLog.md , examples/Basic.hs , examples/Pipes.hs cabal-version: >=1.10 -tested-with: GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1 +tested-with: GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.1, GHC == 8.2.1 bug-reports: https://github.com/defanor/coalpit/issues source-repository head type: git -- cgit v1.2.3