From 6715c75c5088a8909371a263ed8001f5bba1241b Mon Sep 17 00:00:00 2001 From: slotThe Date: Mon, 14 Dec 2020 13:48:31 +0100 Subject: [PATCH] Drop old versions of GHC Removes references to all versions of GHC that are not part of the CI, as these can't be guaranteed to be built against master every time --- xmonad-contrib.cabal | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index 08d8d56a..b9640cb8 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -31,7 +31,7 @@ cabal-version: >= 1.8 build-type: Simple bug-reports: https://github.com/xmonad/xmonad-contrib/issues -tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 +tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.8.4 source-repository head type: git @@ -62,22 +62,16 @@ library X11>=1.6.1 && < 1.10, xmonad >= 0.15 && < 0.16, utf8-string - if impl(ghc < 8.0) - build-depends: semigroups + + ghc-options: -fwarn-tabs -Wall -Wno-unused-do-bind if flag(use_xft) build-depends: X11-xft >= 0.2 cpp-options: -DXFT - if true - ghc-options: -fwarn-tabs -Wall - if flag(testing) ghc-options: -fwarn-tabs -Werror - if impl(ghc >= 6.12.1) - ghc-options: -fno-warn-unused-do-bind - exposed-modules: XMonad.Actions.AfterDrag XMonad.Actions.BluetileCommands XMonad.Actions.Commands