aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test/src/modules
diff options
context:
space:
mode:
Diffstat (limited to 'hoogle-test/src/modules')
-rw-r--r--hoogle-test/src/modules/Bar.hs1
-rw-r--r--hoogle-test/src/modules/Foo.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/hoogle-test/src/modules/Bar.hs b/hoogle-test/src/modules/Bar.hs
index 156a835f..86e2648b 100644
--- a/hoogle-test/src/modules/Bar.hs
+++ b/hoogle-test/src/modules/Bar.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Haskell2010 #-}
module Bar where
diff --git a/hoogle-test/src/modules/Foo.hs b/hoogle-test/src/modules/Foo.hs
index 6581fe4c..947da4ce 100644
--- a/hoogle-test/src/modules/Foo.hs
+++ b/hoogle-test/src/modules/Foo.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE Haskell2010 #-}
module Foo where