You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/goatee/files/goatee-0.3.0-ghc-7.10.patch

15 lines
546 B

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.