From 5c571e757718f41889d45406529bc39e10baf55c Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Mon, 24 Sep 2018 22:53:24 -0500 Subject: bump GHC version --- xmobar.cabal | 8 ++++---- 1 file 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. -- cgit v1.2.3