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
This commit is contained in:
slotThe 2020-12-14 13:48:31 +01:00
parent 78d526d1dd
commit 6715c75c50

View File

@ -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