mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
X.L.LimitWindows: Silence duplicate export warnings in tests
This commit is contained in:
parent
2691e3a490
commit
6179ed9dbe
@ -1,4 +1,7 @@
|
||||
{-# LANGUAGE CPP, FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, PatternGuards #-}
|
||||
#ifdef TESTING
|
||||
{-# OPTIONS_GHC -Wno-duplicate-exports #-}
|
||||
#endif
|
||||
-----------------------------------------------------------------------------
|
||||
-- |
|
||||
-- Module : XMonad.Layout.LimitWindows
|
||||
|
Loading…
x
Reference in New Issue
Block a user