From f25afdab9fcc7faf799ebff1fbd770f630713d5d Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Fri, 6 Nov 2015 14:49:15 -0600 Subject: [PATCH] .cabal: update tested-with field --- xmonad.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xmonad.cabal b/xmonad.cabal index b196d2b..b45817d 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -29,8 +29,9 @@ bug-reports: http://code.google.com/p/xmonad/issues/list build-type: Simple tested-with: - GHC==7.6.2, - GHC==7.8.2 + GHC==7.6.3, + GHC==7.8.4, + GHC==7.10.2 data-files: man/xmonad.hs, man/xmonad.1, man/xmonad.1.html