diff options
Diffstat (limited to 'html-test/src/Threaded_TH.hs')
-rw-r--r-- | html-test/src/Threaded_TH.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html-test/src/Threaded_TH.hs b/html-test/src/Threaded_TH.hs index 53e5a399..8179f090 100644 --- a/html-test/src/Threaded_TH.hs +++ b/html-test/src/Threaded_TH.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} -- | Imported by 'Threaded', since a TH splice can't be used in the -- module where it is defined. module Threaded_TH where |