diff options
author | jao <jao@gnu.org> | 2020-04-27 03:05:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-04-27 03:05:06 +0100 |
commit | 9da133892d91260a79c5f456a0bd4ab8213a7a9c (patch) | |
tree | e505a8b60c003bb8e8d6ec39f7b636b9ea3b6ffe /xmobar.cabal | |
parent | 0cfa5f8daa6ff6b7f2322cc035ac82f3b5d7f279 (diff) | |
download | xmobar-9da133892d91260a79c5f456a0bd4ab8213a7a9c.tar.gz xmobar-9da133892d91260a79c5f456a0bd4ab8213a7a9c.tar.bz2 |
Base for ghc 8.10 (fixes #440)
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |