From 9da133892d91260a79c5f456a0bd4ab8213a7a9c Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 27 Apr 2020 03:05:06 +0100 Subject: Base for ghc 8.10 (fixes #440) --- .travis.yml | 1 + xmobar.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ccfc21..c0ff17a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ ghc: - 8.4 - 8.6 - 8.8 + - 8.10 before_install: - sudo apt-get -qq update diff --git a/xmobar.cabal b/xmobar.cabal index 076b8c4..5dcd770 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -165,7 +165,7 @@ library ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind build-depends: - base >= 4.9.1.0 && < 4.14, + base >= 4.9.1.0 && < 4.15, containers, regex-compat, process, -- cgit v1.2.3