aboutsummaryrefslogtreecommitdiffstats
path: root/tests/SwapWorkspaces.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/SwapWorkspaces.hs (renamed from tests/test_SwapWorkspaces.hs)3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_SwapWorkspaces.hs b/tests/SwapWorkspaces.hs
index 148ab97..1cd33a0 100644
--- a/tests/test_SwapWorkspaces.hs
+++ b/tests/SwapWorkspaces.hs
@@ -1,4 +1,5 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# LANGUAGE ScopedTypeVariables #-}
+module SwapWorkspaces where
import Data.List(find,union)
import Data.Maybe(fromJust)