diff options
author | Vanessa McHale <vanessa.mchale@iohk.io> | 2018-09-24 22:53:24 -0500 |
---|---|---|
committer | Vanessa McHale <vanessa.mchale@iohk.io> | 2018-09-24 22:53:24 -0500 |
commit | 5c571e757718f41889d45406529bc39e10baf55c (patch) | |
tree | d31bb5bbea838d48d14a12bb80f3ca88ef0bcecc /xmobar.cabal | |
parent | 3f91002509b2973edac3cd083bbf2d57fd7948e2 (diff) | |
download | xmobar-5c571e757718f41889d45406529bc39e10baf55c.tar.gz xmobar-5c571e757718f41889d45406529bc39e10baf55c.tar.bz2 |
bump GHC version
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 27f36a2..9088dbd 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -46,7 +46,7 @@ test-suite XmobarTest Plugins.Monitors.Uptime, Plugins.Monitors.Bright, Plugins.Monitors.CatInt build-depends: - base >= 4.9.1.0 && < 4.12, + base >= 4.9.1.0 && < 4.13, hspec == 2.*, containers, regex-compat, @@ -62,7 +62,7 @@ test-suite XmobarTest mtl >= 2.1 && < 2.3, parsec == 3.1.*, parsec-numbers == 0.1.0, - stm >= 2.3 && < 2.5 + stm >= 2.3 && < 2.6 source-repository head type: git @@ -159,7 +159,7 @@ executable xmobar extra-libraries: Xrandr Xrender build-depends: - base >= 4.9.1.0 && < 4.12, + base >= 4.9.1.0 && < 4.13, containers, regex-compat, process, @@ -174,7 +174,7 @@ executable xmobar mtl >= 2.1 && < 2.3, parsec == 3.1.*, parsec-numbers >= 0.1.0, - stm >= 2.3 && < 2.5 + stm >= 2.3 && < 2.6 if impl(ghc < 8.0.2) -- Disable building with GHC before 8.0.2. |