From ddb23f3a9228203f5c1c0eddbf53da694517246e Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 28 Dec 2017 03:31:46 +0300 Subject: Test with GHC 8.2.2 --- .travis.yml | 1 + pancake.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dbf7fcd..4ea8080 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/pancake.cabal b/pancake.cabal index 425bb50..e5bb95f 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -6,7 +6,7 @@ description: Pancake is a CLI web/gopher/file browser inspired parsing, on curl and other external applications for data loading, on emacs and other applications to provide user interfaces. -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.2 license: GPL-3 license-file: LICENSE author: defanor -- cgit v1.2.3