diff options
author | Vanessa McHale <vamchale@gmail.com> | 2019-10-14 16:29:47 -0500 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-15 01:40:04 +0100 |
commit | 34079fad45456fcc0e7edc369097d96e29c28de0 (patch) | |
tree | 9ad2f6cb04daa9b27002e7b5e8a10f4dce914e81 /xmobar.cabal | |
parent | 5f10530aeba57c85192572ca4e4b125b5d5654ef (diff) | |
download | xmobar-34079fad45456fcc0e7edc369097d96e29c28de0.tar.gz xmobar-34079fad45456fcc0e7edc369097d96e29c28de0.tar.bz2 |
Allow latest GHC
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 151c94c..4e12d6e 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -159,7 +159,7 @@ library ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind build-depends: - base >= 4.9.1.0 && < 4.13, + base >= 4.9.1.0 && < 4.14, containers, regex-compat, process, |