From 20c915eec8844abdd5d44c2aa7dd8b3a0e28b40c Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 5 Jan 2023 02:21:49 +0000 Subject: testing with ghc 9.2 for now pango seems to be incompatible with ghc 9.4.4 because it needs text < 2. --- .drone.yml | 2 +- xmobar.cabal | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4b6e816..527943f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ matrix: GHC_VERSION: - - 9 + - 9.2 - 8 pipeline: diff --git a/xmobar.cabal b/xmobar.cabal index f46b59b..d8d2463 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -210,7 +210,6 @@ library process, regex-compat, stm >= 2.3 && < 2.6, - text < 2, time, transformers, unix, -- cgit v1.2.3