summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-28 03:31:46 +0300
committerdefanor <defanor@uberspace.net>2017-12-28 03:31:46 +0300
commitddb23f3a9228203f5c1c0eddbf53da694517246e (patch)
tree09232270ccfa48e5c7ec68dd8cf356644c27265f
parent92f0d3041cd9bb587e2b894b76a42704a6c895ad (diff)
Test with GHC 8.2.2
-rw-r--r--.travis.yml1
-rw-r--r--pancake.cabal2
2 files changed, 2 insertions, 1 deletions
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