summaryrefslogtreecommitdiff
blob: e2881220fec4757b3a313af681e0c9232c39ce6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tests/Game/Goatee/CommonTest.hs b/tests/Game/Goatee/CommonTest.hs
index bf27662..33e4f24 100644
--- a/tests/Game/Goatee/CommonTest.hs
+++ b/tests/Game/Goatee/CommonTest.hs
@@ -1 +1,2 @@
+{-# LANGUAGE FlexibleContexts #-}
 -- This file is part of Goatee.
diff --git a/tests/Game/Goatee/Lib/MonadTest.hs b/tests/Game/Goatee/Lib/MonadTest.hs
index c5b505f..bf10f4e 100644
--- a/tests/Game/Goatee/Lib/MonadTest.hs
+++ b/tests/Game/Goatee/Lib/MonadTest.hs
@@ -1 +1,2 @@
+{-# LANGUAGE FlexibleContexts #-}
 -- This file is part of Goatee.