diff options
author | Hécate Moonlight <Kleidukos@users.noreply.github.com> | 2021-02-22 10:56:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 10:56:51 +0100 |
commit | a82ad674def0e62218076d91ea24ad978ccfed9f (patch) | |
tree | f8e03feaf1544708870f7f202203619051fc8b19 /latex-test/src/Example/Example.hs | |
parent | 43dd878df19f2523311365fb07742a434291b590 (diff) | |
parent | 606e3f220d20688c7baff94bef525a13434dc56b (diff) |
Merge pull request #1342 from nomeata/joachim/haskell2010-in-tests-ghc-head
html-test: Always set language
Diffstat (limited to 'latex-test/src/Example/Example.hs')
-rw-r--r-- | latex-test/src/Example/Example.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/latex-test/src/Example/Example.hs b/latex-test/src/Example/Example.hs index 42ff1646..932fddfa 100644 --- a/latex-test/src/Example/Example.hs +++ b/latex-test/src/Example/Example.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} module Example where -- | Example use. |