From ddd9674b1454e665f3fcbc98f6a3fdfe99ae8724 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Wed, 14 Apr 2010 21:19:47 +0000 Subject: [PATCH] update module imports --- tests/test_SwapWorkspaces.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_SwapWorkspaces.hs b/tests/test_SwapWorkspaces.hs index dc4c82c0..148ab972 100644 --- a/tests/test_SwapWorkspaces.hs +++ b/tests/test_SwapWorkspaces.hs @@ -4,9 +4,9 @@ import Data.List(find,union) import Data.Maybe(fromJust) import Test.QuickCheck -import StackSet -import Properties(T, NonNegative) -import XMonad.SwapWorkspaces +import XMonad.StackSet +import Properties(T, NonNegative) -- requires tests/Properties.hs from xmonad-core +import XMonad.Actions.SwapWorkspaces -- Ensures that no "loss of information" can happen from a swap. prop_double_swap (ss :: T) (t1 :: NonNegative Int) (t2 :: NonNegative Int) =