diff options
author | jao <jao@gnu.org> | 2023-01-05 02:21:49 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-01-05 02:21:49 +0000 |
commit | 20c915eec8844abdd5d44c2aa7dd8b3a0e28b40c (patch) | |
tree | 86a6051d1f2a68a32442f80e490070a6be3ba74f | |
parent | d474a66beae295f4903721c1f5fbcda7d07730f2 (diff) | |
download | xmobar-20c915eec8844abdd5d44c2aa7dd8b3a0e28b40c.tar.gz xmobar-20c915eec8844abdd5d44c2aa7dd8b3a0e28b40c.tar.bz2 |
testing with ghc 9.2 for now
pango seems to be incompatible with ghc 9.4.4 because it needs text < 2.
-rw-r--r-- | .drone.yml | 2 | ||||
-rw-r--r-- | xmobar.cabal | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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, |