mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
X.L.LimitWindows: Silence duplicate export warnings in tests
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
{-# LANGUAGE CPP, FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, PatternGuards #-}
|
{-# LANGUAGE CPP, FlexibleInstances, MultiParamTypeClasses, DeriveDataTypeable, PatternGuards #-}
|
||||||
|
#ifdef TESTING
|
||||||
|
{-# OPTIONS_GHC -Wno-duplicate-exports #-}
|
||||||
|
#endif
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- |
|
-- |
|
||||||
-- Module : XMonad.Layout.LimitWindows
|
-- Module : XMonad.Layout.LimitWindows
|
||||||
|
Reference in New Issue
Block a user